python3Packages.guntamatic: 1.9.0 -> 1.9.1

This commit is contained in:
R. Ryantm
2026-07-12 16:00:02 +00:00
parent 46e5901ea2
commit 432c1759a6
@@ -9,14 +9,14 @@
buildPythonPackage (finalAttrs: {
pname = "guntamatic";
version = "1.9.0";
version = "1.9.1";
pyproject = true;
src = fetchFromGitHub {
owner = "JensTimmerman";
repo = "guntamatic";
tag = "v${finalAttrs.version}";
hash = "sha256-AFqr2+N8uDpeUOvPuFZQbvln1sxWhrJEj31H2DOYX1k=";
hash = "sha256-OQpbBdTxbKd2A9AWJOLmoKNmPx3ZXTWqLgwTndDWMuw=";
};
build-system = [ setuptools ];