python312Packages.packageurl-python: 0.15.3 -> 0.15.6

This commit is contained in:
R. Ryantm
2024-08-05 07:45:17 +00:00
parent 54770984fc
commit 9a2be8d9ea
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "packageurl-python";
version = "0.15.3";
version = "0.15.6";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "packageurl_python";
inherit version;
hash = "sha256-guEVDx/CKOJeezvhxkHvlraggRUmwLTk94gqGB6GJgc=";
hash = "sha256-y8ia/RXV9NBdtPG2EpfluXpD9h8oeZ9tKCr/Rn7S7pY=";
};
build-system = [ setuptools ];