2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-25 21:44:49 +00:00

Merge pull request from r-ryantm/auto-update/python3.10-packageurl-python

python310Packages.packageurl-python: 0.9.9 -> 0.10.0
This commit is contained in:
Mario Rodas 2022-07-01 23:00:35 -05:00 committed by GitHub
commit 1d6059cbd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "packageurl-python"; pname = "packageurl-python";
version = "0.9.9"; version = "0.10.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-hyoENLmkSLP6l1cXEfad0qP7cjRa1myQsX2Cev6oLwk="; sha256 = "sha256-md8UOWC3EA//Oyz1sL66L2S22MgY9snxJa7W+sdDh2M=";
}; };
checkInputs = [ pytestCheckHook ]; checkInputs = [ pytestCheckHook ];