python3Packages.pueblo: 0.0.13 -> 0.0.14

This commit is contained in:
R. Ryantm
2026-01-25 22:25:17 +00:00
parent 19c30d3413
commit 3665b2402a
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pueblo";
version = "0.0.13";
version = "0.0.14";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
# should work for us as well.
src = fetchPypi {
inherit pname version;
hash = "sha256-EewRittG90ZHRklGtXHtEJ83DWzA6f0iKfX87YlmVgY=";
hash = "sha256-B2uI/3SbxUdhM9OUGdwHNXKrsVQLji8E4aI9OyiIYEI=";
};
build-system = [