Merge pull request #268332 from r-ryantm/auto-update/python311Packages.succulent

python311Packages.succulent: 0.2.5 -> 0.2.6
This commit is contained in:
Nick Cao 2023-11-18 13:16:26 -05:00 committed by GitHub
commit f1289893f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "succulent";
version = "0.2.5";
version = "0.2.6";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -21,8 +21,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "firefly-cpp";
repo = "succulent";
rev = version;
hash = "sha256-fSsb2UQM69AAjJd/Rvzuok7jBeAa6udbB8FbuNP8Ztw=";
rev = "refs/tags/${version}";
hash = "sha256-CGDgt6tv+KysrytJsgDKwf2yv6shXizvD67XsGBg+nI=";
};
pythonRelaxDeps = [