Release version 0.7.7

This commit is contained in:
Kevin Veen-Birkenbach
2025-12-09 17:54:41 +01:00
parent ca5d0d22f3
commit 9357c4632e
7 changed files with 59 additions and 22 deletions

View File

@@ -31,7 +31,7 @@
rec {
pkgmgr = pyPkgs.buildPythonApplication {
pname = "package-manager";
version = "0.7.6";
version = "0.7.7";
# Use the git repo as source
src = ./.;