python3Packages.Jug: 2.0.3 -> 2.1.1

This commit is contained in:
Frederik Rietdijk 2021-03-24 10:28:16 +01:00
parent 7d0091e389
commit e3c822f204

View file

@ -6,7 +6,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "Jug"; pname = "Jug";
version = "2.0.3"; version = "2.1.1";
buildInputs = [ nose numpy ]; buildInputs = [ nose numpy ];
propagatedBuildInputs = [ propagatedBuildInputs = [
bottle bottle
@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "3656355c1f9cd1731065c9d589f66d33653cbe5e0879cbe5d8447b51e4ddb4ec"; sha256 = "8ae7bb45d4495cf3d0dc5dd9df104a35bba2ca83eb4576732cadf8469e7cf1a1";
}; };
checkInputs = [ pytestCheckHook ]; checkInputs = [ pytestCheckHook ];