python3Packages.plumbum: 1.7.0 -> 1.7.1

This commit is contained in:
Jonathan Ringer 2021-11-25 14:47:04 -08:00
parent e12c856e51
commit bfc846ae78
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -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";
};
}