python38Packages.boltons: 19.1.0 -> 19.3.0
This commit is contained in:
parent
c9824f0173
commit
5bcb35b7ce
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "boltons";
|
pname = "boltons";
|
||||||
version = "19.1.0";
|
version = "19.3.0";
|
||||||
|
|
||||||
# No tests in PyPi Tarball
|
# No tests in PyPi Tarball
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mahmoud";
|
owner = "mahmoud";
|
||||||
repo = "boltons";
|
repo = "boltons";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0b55wly0ksviyl3a4dmih9vzd7bj3p10gr6la4722cs9cx4128q5";
|
sha256 = "0pgqr2hf7lxag8nc8wnh8hpp8fd2lxccq9h0bb8lb9x8npnzhnbn";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest ];
|
||||||
|
Loading…
Reference in New Issue
Block a user