python27Packages.jug: 2.0.2 -> 2.0.3

This commit is contained in:
R. RyanTM 2020-09-30 01:24:10 +00:00 committed by Jon
parent c68d982ac8
commit e070dc63fc

View file

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