Merge pull request #106764 from r-ryantm/auto-update/python3.7-deform

python37Packages.deform: 2.0.14 -> 2.0.15
This commit is contained in:
Mario Rodas
2020-12-12 16:33:43 -05:00
committed by GitHub

View File

@@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "deform";
version = "2.0.14";
version = "2.0.15";
src = fetchPypi {
inherit pname version;
sha256 = "35d9acf144245772a70d05bd24b8263e8cd284f0d564011e8bf331d6150acfc7";
sha256 = "1e912937650c1dbb830079dd9c039950762a230223a567740fbf1b23f1090367";
};
postPatch = ''