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

python312Packages.icalendar: 6.0.1 -> 6.1.0 (#358628)

parents 6cd29a4c efb43451
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
}:

buildPythonPackage rec {
  version = "6.0.1";
  version = "6.1.0";
  pname = "icalendar";
  pyproject = true;

@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "collective";
    repo = "icalendar";
    rev = "refs/tags/v${version}";
    hash = "sha256-pcTiXRiHtx7jVzxDkY6WDhzo8sg8fPecqTpRSRIdvfs=";
    hash = "sha256-P+cUwNFSBjyTzqdBnIricoM3rUWUXQc8k1912jil79Q=";
  };

  patches = [