mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-22 13:43:22 +00:00
python3Packages.plumbum: 1.7.0 -> 1.7.1
This commit is contained in:
parent
e12c856e51
commit
bfc846ae78
@ -5,7 +5,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "plumbum";
|
||||
version = "1.7.0";
|
||||
version = "1.7.1";
|
||||
|
||||
checkInputs = [ pytest ];
|
||||
|
||||
@ -14,6 +14,6 @@ buildPythonPackage rec {
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "317744342c755319907c773cc87c3a30adaa3a41b0d34c0ce02d9d1904922dce";
|
||||
sha256 = "3c0ac8c4ee57b2adddc82909d3c738a62ef5f77faf24ec7cb6f0a117e1679740";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user