Release version 0.7.10

This commit is contained in:
Kevin Veen-Birkenbach
2025-12-09 22:57:11 +01:00
parent 78693225f1
commit 1b483e178d
8 changed files with 51 additions and 24 deletions

View File

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