apkg: 0.7.1 -> 1.0.0

This commit is contained in:
R. Ryantm
2025-11-28 10:38:34 +00:00
parent eb3522b23c
commit c6bb67a31a
+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; [