apkg: 0.4.1 -> 0.5.0

https://pkg.labs.nic.cz/pages/apkg/news/#apkg-050
This commit is contained in:
Vladimír Čunát 2024-04-08 09:56:47 +02:00
parent 1d6f060cd5
commit 83e8acb86b
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
python3Packages.buildPythonApplication rec {
pname = "apkg";
version = "0.4.1";
version = "0.5.0";
format = "pyproject";
src = fetchFromGitLab {
@ -12,7 +12,7 @@ python3Packages.buildPythonApplication rec {
owner = "packaging";
repo = pname;
rev = "v${version}";
sha256 = "x7UYkqkF1XJ3OMfQpIQ4+27KI0dLvL42Wms5xQTY/H4=";
hash = "sha256-VQNUzbWIDo/cbCdtx8JxN5UUMBW3mQ2B42In4b3AA+A=";
};
propagatedBuildInputs = with python3Packages; [