serigy: 2.1.1 -> 2.3.0

This commit is contained in:
R. Ryantm
2026-08-05 08:23:04 +00:00
parent b9c3d51dd0
commit 2f07aef8d2

View File

@@ -14,14 +14,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "serigy";
version = "2.1.1";
version = "2.3.0";
pyproject = false; # uses meson
src = fetchFromGitHub {
owner = "CleoMenezesJr";
repo = "Serigy";
tag = finalAttrs.version;
hash = "sha256-WOourIlF2Z1YP34d9VCuX7kysJxeMBz2enOaGu73r8o=";
hash = "sha256-EED7jPGcOfsWp8qUxu/U576+HMkOZbb2SG/dRTdC1Gs=";
};
nativeBuildInputs = [