python311Packages.pygount: 1.6.1 -> 1.8.0

This commit is contained in:
R. Ryantm 2024-05-16 11:50:37 +00:00
parent 0a0cdd8333
commit 749942952f

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pygount";
version = "1.6.1";
version = "1.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "roskakori";
repo = "pygount";
rev = "refs/tags/v${version}";
hash = "sha256-j+mXIyF/54MCm0yv7Z+ymy/EeZz7iS/a+/5I9lo1+Zo=";
hash = "sha256-PFqcSnJoGL4bXFy3hu3Iurbb8QK1NqCDs8aJmMxP4Hc=";
};
nativeBuildInputs = [