Unverified Commit 66cebe43 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #312183 from r-ryantm/auto-update/python311Packages.pygount

python311Packages.pygount: 1.6.1 -> 1.8.0
parents 1baf621f 74994295
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [