Unverified Commit c56cc846 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.rstcheck: 6.2.4 -> 6.2.5 (#430953)

parents 04a08dd4 bb54a586
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "rstcheck";
  version = "6.2.4";
  version = "6.2.5";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "rstcheck";
    repo = "rstcheck";
    tag = "v${version}";
    hash = "sha256-CB8UtYAJpPrUOGgHOIp9Ts0GaID6GdtKHWD/ihxRoNg=";
    hash = "sha256-ajevEHCsPvr5e4K8I5AfxFZ+Vo1quaGUKFIEB9Wlobc=";
  };

  build-system = [