python3Packages.nix-prefetch-github: 6.0.1 -> 7.0.0

This commit is contained in:
Sebastian Jordan 2023-07-07 18:02:39 +02:00 committed by Theodore Ni
parent 9baeb19307
commit e9809f31a5
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "nix-prefetch-github";
version = "6.0.1";
version = "7.0.0";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "seppeljordan";
repo = "nix-prefetch-github";
rev = "v${version}";
sha256 = "tvoDSqg4g517c1w0VcsVm3r4mBFG3RHaOTAJAv1ooc4=";
hash = "sha256-oIR2iEiOBQ1VKouJTLqEiWWNzrMSJcnxK+m/j9Ia/m8=";
};
nativeCheckInputs = [ unittestCheckHook git which ];