mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
python38Packages.plumbum: 1.7.1 -> 1.7.2
This commit is contained in:
parent
ea77a1acf3
commit
768cbb76ba
@ -5,7 +5,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "plumbum";
|
||||
version = "1.7.1";
|
||||
version = "1.7.2";
|
||||
|
||||
checkInputs = [ pytest ];
|
||||
|
||||
@ -14,6 +14,6 @@ buildPythonPackage rec {
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "3c0ac8c4ee57b2adddc82909d3c738a62ef5f77faf24ec7cb6f0a117e1679740";
|
||||
sha256 = "0d1bf908076bbd0484d16412479cb97d6843069ee19f99e267e11dd980040523";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user