Loading pkgs/development/python-modules/pueblo/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "pueblo"; version = "0.0.17"; version = "0.0.18"; pyproject = true; # This tarball doesn't include tests unfortunately, and the GitHub tarball Loading @@ -22,7 +22,7 @@ buildPythonPackage rec { # should work for us as well. src = fetchPypi { inherit pname version; hash = "sha256-8JQo581zJ47omJJkJ1dMmkKY+ycddJ3cKI2v3lxk0Ys="; hash = "sha256-N1a9oROZo8Ka0LKxDDOlZqOba6PfLVtDHB8Gypp+iC8="; }; build-system = [ Loading Loading
pkgs/development/python-modules/pueblo/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "pueblo"; version = "0.0.17"; version = "0.0.18"; pyproject = true; # This tarball doesn't include tests unfortunately, and the GitHub tarball Loading @@ -22,7 +22,7 @@ buildPythonPackage rec { # should work for us as well. src = fetchPypi { inherit pname version; hash = "sha256-8JQo581zJ47omJJkJ1dMmkKY+ycddJ3cKI2v3lxk0Ys="; hash = "sha256-N1a9oROZo8Ka0LKxDDOlZqOba6PfLVtDHB8Gypp+iC8="; }; build-system = [ Loading