Unverified Commit 9f9f7ac3 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.icalendar: 6.3.1 -> 6.3.2 (#460960)

parents f57f0ba8 c1ee4d9b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
}:

buildPythonPackage rec {
  version = "6.3.1";
  version = "6.3.2";
  pname = "icalendar";
  pyproject = true;
  outputs = [
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    owner = "collective";
    repo = "icalendar";
    tag = "v${version}";
    hash = "sha256-lLcMuwKFdZbjscrp4dW5ybPHwcx9RHf44RH3BWwO6ng=";
    hash = "sha256-EnG6zPaKKTgLw2DxWOyBkxlFuqtURpBlxy1aoZjX/TQ=";
  };

  patches = [