python38Packages.plumbum: 1.7.1 -> 1.7.2
This commit is contained in:
parent
ea77a1acf3
commit
768cbb76ba
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue