forbidden: 13.2 -> 13.4 (#445435)

This commit is contained in:
Fabian Affolter
2025-09-23 12:03:11 +00:00
committed by GitHub
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "forbidden";
version = "13.2";
version = "13.4";
pyproject = true;
src = fetchFromGitHub {
owner = "ivan-sincek";
repo = "forbidden";
tag = "v${version}";
hash = "sha256-DQ8zjiLTgBBoqp8AP5BYULz4KGnVEt8e7bkfYRGWvFw=";
hash = "sha256-eOf74JWDzYz73axY9+6bRcSfJAdHMh3H4+cuUojSU4A=";
};
build-system = with python3.pkgs; [ setuptools ];