Merge pull request #329460 from r-ryantm/auto-update/python312Packages.packageurl-python

This commit is contained in:
Sandro 2024-08-08 14:35:35 +02:00 committed by GitHub
commit 8d668a5650
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];