python3Packages.imagecorruptions: 1.1.0 -> 1.1.1

This commit is contained in:
Frederik Rietdijk
2020-12-01 14:44:13 +01:00
parent a53619b803
commit f7d184cf58
@@ -8,11 +8,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "imagecorruptions"; pname = "imagecorruptions";
version = "1.1.0"; version = "1.1.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "14j8x6axnyrn6y7bsjyh4yqm7af68mqpxy7gg2xh3d577d852zgm"; sha256 = "011e7c84a01f3e41465e5ad1ee48291cd6fd8032f45c836c5ddaad6e09fe0ae2";
}; };
postPatch = '' postPatch = ''