Loading pkgs/development/python-modules/arrayqueues/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -4,12 +4,12 @@ buildPythonPackage rec { pname = "arrayqueues"; version = "1.2.0b0"; version = "1.3.1"; disabled = !isPy3k; src = fetchPypi { inherit pname version; sha256 = "1gvrxb2rw0dk469wq5azylar7hhanfp07gl5mc6ajdbgz9gsd6ln"; sha256 = "a955df768e39d459de28c7ea10ee02f67b1c70996cfa229846ab98df77a6fb69"; }; propagatedBuildInputs = [ Loading Loading
pkgs/development/python-modules/arrayqueues/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -4,12 +4,12 @@ buildPythonPackage rec { pname = "arrayqueues"; version = "1.2.0b0"; version = "1.3.1"; disabled = !isPy3k; src = fetchPypi { inherit pname version; sha256 = "1gvrxb2rw0dk469wq5azylar7hhanfp07gl5mc6ajdbgz9gsd6ln"; sha256 = "a955df768e39d459de28c7ea10ee02f67b1c70996cfa229846ab98df77a6fb69"; }; propagatedBuildInputs = [ Loading