apkg: 0.7.1 -> 1.0.0 (#465910)

This commit is contained in:
Vladimír Čunát
2025-12-06 10:09:16 +00:00
committed by GitHub
+2 -2
View File
@@ -10,7 +10,7 @@
python3Packages.buildPythonApplication rec {
pname = "apkg";
version = "0.7.1";
version = "1.0.0";
format = "pyproject";
src = fetchFromGitLab {
@@ -18,7 +18,7 @@ python3Packages.buildPythonApplication rec {
owner = "packaging";
repo = "apkg";
tag = "v${version}";
hash = "sha256-YiuJVwwLnka2KUh0xNPkcBuMSQHMyMzgoipiDzZvDI4=";
hash = "sha256-UQHiG6clAt+pmc0MTCkO4NIzr8TZmJ6Yd/T0YTkBxv0=";
};
propagatedBuildInputs = with python3Packages; [