Unverified Commit 2acb5c3a authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python312Packages.recurring-ical-events: 3.6.0 -> 3.6.1 (#398787)

parents 3f992f34 5bd9d8e6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

buildPythonPackage rec {
  pname = "recurring-ical-events";
  version = "3.6.0";
  version = "3.6.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "niccokunzmann";
    repo = "python-recurring-ical-events";
    tag = "v${version}";
    hash = "sha256-wfp/ubFZv54z2d44hvG56xcCjGedYqW/zeNvaoPPJYE=";
    hash = "sha256-DrrWRzMauKDnX7iyD/Q6BnLSLawekxc1f5HxjQH/Lds=";
  };

  postPatch = ''