python27Packages.pycontracts: 1.8.12 -> 1.8.14

gstqt5
R. RyanTM 2020-05-09 08:37:20 +00:00 committed by Frederik Rietdijk
parent b36f774f1a
commit b1f802994e
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "PyContracts";
version = "1.8.12";
version = "1.8.14";
src = fetchPypi {
inherit pname version;
sha256 = "e76adbd832deec28b2045a6094c5bb779a0b2cb1105a23b3efafe723e2c9937a";
sha256 = "03q5m595ysjrc9h57m7prrca6b9l4yrzvdijnzxnhd61p7jzbh49";
};
buildInputs = [ nose ];