python: deform: 2.0.6 -> 2.0.7

This commit is contained in:
Frederik Rietdijk 2018-11-20 11:58:35 +01:00
parent 5b85111947
commit c07932cdac

View File

@ -4,11 +4,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "deform"; pname = "deform";
version = "2.0.6"; version = "2.0.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "bda0b809c8a668e105e30650a6766103207eafdd12c313acd59274ccd2c4d297"; sha256 = "2ff29c32ebe544c0f0a77087e268b2cd9cb4b11fa35af3635d5b42913f88d74a";
}; };
postPatch = '' postPatch = ''