python3Packages.pueblo: 0.0.17 -> 0.0.18 (#509893)

This commit is contained in:
Doron Behar
2026-04-14 12:19:47 +00:00
committed by GitHub
@@ -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
@@ -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 = [