Merge pull request #332506 from r-ryantm/auto-update/python312Packages.succulent

python312Packages.succulent: 0.3.3 -> 0.3.4
This commit is contained in:
Fabian Affolter
2024-08-05 21:59:05 +02:00
committed by GitHub
@@ -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" ];