Release version 2.0.0
Some checks failed
Mark stable commit / mark-stable (push) Waiting to run
CI / security-codeql (push) Has been cancelled
CI / test-unit (push) Has been cancelled
CI / test-integration (push) Has been cancelled
CI / test-env-virtual (push) Has been cancelled
CI / test-env-nix (push) Has been cancelled
CI / test-e2e (push) Has been cancelled
CI / test-virgin-user (push) Has been cancelled
CI / test-virgin-root (push) Has been cancelled
CI / lint-shell (push) Has been cancelled
CI / lint-python (push) Has been cancelled
CI / lint-docker (push) Has been cancelled

This commit is contained in:
Kevin Veen-Birkenbach
2026-09-18 16:29:32 +02:00
parent 1e7642d358
commit b22ff17b0e
6 changed files with 95 additions and 4 deletions

View File

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