python3Packages.pueblo: 0.0.15 -> 0.0.17 (#504550)

This commit is contained in:
Doron Behar
2026-03-29 10:20:56 +00:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pueblo";
version = "0.0.15";
version = "0.0.17";
pyproject = true;
# This tarball doesn't include tests unfortunately, and the GitHub tarball
@@ -22,7 +22,7 @@ buildPythonPackage rec {
# should work for us as well.
src = fetchPypi {
inherit pname version;
hash = "sha256-bz4ZxKp5oUfhLDMv0etJfDIPCoMcDtwCcA2hw+DAS8I=";
hash = "sha256-8JQo581zJ47omJJkJ1dMmkKY+ycddJ3cKI2v3lxk0Ys=";
};
build-system = [