Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python3Packages.Jug: 2.0.3 -> 2.1.1

+2 -2
+2 -2
pkgs/development/python-modules/jug/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "Jug"; 9 - version = "2.0.3"; 9 + version = "2.1.1"; 10 10 buildInputs = [ nose numpy ]; 11 11 propagatedBuildInputs = [ 12 12 bottle ··· 19 19 20 20 src = fetchPypi { 21 21 inherit pname version; 22 - sha256 = "3656355c1f9cd1731065c9d589f66d33653cbe5e0879cbe5d8447b51e4ddb4ec"; 22 + sha256 = "8ae7bb45d4495cf3d0dc5dd9df104a35bba2ca83eb4576732cadf8469e7cf1a1"; 23 23 }; 24 24 25 25 checkInputs = [ pytestCheckHook ];