3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #206505 from fabaff/ical-bump

python310Packages.ical: 4.2.2 -> 4.2.3
This commit is contained in:
Fabian Affolter 2022-12-18 09:55:56 +01:00 committed by GitHub
commit efd94d5349
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "ical";
version = "4.2.2";
version = "4.2.3";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-YvBcfrZiHTornCEAFhNLN/siNvl119pD+o+0yNsRBA8=";
hash = "sha256-Af08Xnf5PNWTzRfRENSixVlfcqrvhSuutGxoDzHG4dk=";
};
propagatedBuildInputs = [