Skip to content

Commit 806cc48

Browse files
authored
python312Packages.packageurl-python: 0.15.6 -> 0.16.0 (#350566)
2 parents 7b5bc03 + bc15020 commit 806cc48

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/python-modules/packageurl-python

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/packageurl-python/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99

1010
buildPythonPackage rec {
1111
pname = "packageurl-python";
12-
version = "0.15.6";
12+
version = "0.16.0";
1313
pyproject = true;
1414

15-
disabled = pythonOlder "3.7";
15+
disabled = pythonOlder "3.8";
1616

1717
src = fetchPypi {
1818
pname = "packageurl_python";
1919
inherit version;
20-
hash = "sha256-y8ia/RXV9NBdtPG2EpfluXpD9h8oeZ9tKCr/Rn7S7pY=";
20+
hash = "sha256-aeO/ijky/pwkAPVqrrn4aRHs7i+TmNvhtY7DQ0C+Nl0=";
2121
};
2222

2323
build-system = [ setuptools ];

0 commit comments

Comments
 (0)