Release version 0.7.9

This commit is contained in:
Kevin Veen-Birkenbach
2025-12-09 21:19:13 +01:00
parent 0833d04376
commit e930b422e5
6 changed files with 18 additions and 4 deletions

View File

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