python3Packages.pygount: 3.1.0 -> 3.1.1

This commit is contained in:
R. Ryantm
2026-02-19 13:27:35 +00:00
parent 5649c3b5c6
commit 7505ce42d0
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pygount";
version = "3.1.0";
version = "3.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "roskakori";
repo = "pygount";
tag = "v${version}";
hash = "sha256-hoj27L1wXOjzU3jdWIP5MtlO6fzKOYXfW/Pf3AdYKc0=";
hash = "sha256-4RHztsMmC7WW1cNA1QU3Qodni1HGZF7Gbr4DOj8ffP4=";
};
build-system = [