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

pythonPackages.jug: 1.6.8 -> 1.6.9

Removes the need to patch the code for NumPy 1.17.0

+2 -11
+2 -11
pkgs/development/python-modules/jug/default.nix
··· 5 6 buildPythonPackage rec { 7 pname = "Jug"; 8 - version = "1.6.8"; 9 buildInputs = [ nose numpy ]; 10 propagatedBuildInputs = [ 11 bottle ··· 16 zlib 17 ]; 18 19 - patches = [ 20 - # Fix numpy usage. Remove with the next release 21 - (fetchpatch { 22 - url = "https://github.com/luispedro/jug/commit/814405ce1553d3d2e2e96cfbeae05d63dc4f2491.patch"; 23 - sha256 = "1l8sssp856dmhxbnv3pzxgwgpv6rb884l0in5x7q19czwn5a4vmv"; 24 - excludes = [ "ChangeLog" ]; 25 - }) 26 - ]; 27 - 28 src = fetchPypi { 29 inherit pname version; 30 - sha256 = "0s1l1ln9s6mi2aa132gqr789nnhdpiw057j3sp54v1sbq2cwd42p"; 31 }; 32 33 meta = with stdenv.lib; {
··· 5 6 buildPythonPackage rec { 7 pname = "Jug"; 8 + version = "1.6.9"; 9 buildInputs = [ nose numpy ]; 10 propagatedBuildInputs = [ 11 bottle ··· 16 zlib 17 ]; 18 19 src = fetchPypi { 20 inherit pname version; 21 + sha256 = "0193hp8ap6caw57jdch3vw0hl5m8942lxhjdsfaxk4bfb239l5kz"; 22 }; 23 24 meta = with stdenv.lib; {