python312Packages.succulent: 0.3.3 -> 0.3.4

This commit is contained in:
R. Ryantm
2024-08-05 15:17:38 +00:00
parent d8446a5095
commit 65aac66fda
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "succulent";
version = "0.3.3";
version = "0.3.4";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "firefly-cpp";
repo = "succulent";
rev = "refs/tags/${version}";
hash = "sha256-+S4ekvaQvbBxjUQkG+Bd9lYdZwHB3oq7Ay9kWquCcyE=";
hash = "sha256-lU4M/ObX2mhHgYsc72zLp87g1lJ6ikfTeEojEdJwjGs=";
};
pythonRelaxDeps = [ "flask" ];