nix-prefetch-github: 2.3.2 -> 2.4
This commit is contained in:
parent
9f15e95ff2
commit
9857b8b24d
|
@ -9,13 +9,17 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "nix-prefetch-github";
|
pname = "nix-prefetch-github";
|
||||||
version = "2.3.2";
|
version = "2.4";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "18xj618zjs13ib7f996fnl0xiqig0w48yns45nvy3xab55wximdx";
|
sha256 = "sha256-PVB/cL0NVB5pHxRMjg8TLatvIvHjfCvaRWBanVHYT+E=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# The tests for this package require nix and network access. That's
|
||||||
|
# why we cannot execute them inside the building process.
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
attrs
|
attrs
|
||||||
click
|
click
|
||||||
|
|
Loading…
Reference in New Issue