forked from mirrors/nixpkgs
python310Packages.ical: 4.2.0 -> 4.2.1
Diff: https://github.com/allenporter/ical/compare/refs/tags/4.2.0...4.2.1 Changelog: https://github.com/allenporter/ical/releases/tag/4.2.1
This commit is contained in:
parent
d3d6152995
commit
1e89ee13ce
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "ical";
|
||||
version = "4.2.0";
|
||||
version = "4.2.1";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
@ -25,7 +25,7 @@ buildPythonPackage rec {
|
|||
owner = "allenporter";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-wDRvWpH06dvpFbiGisjcLLoUPvp1haGYcxayniCE3hQ=";
|
||||
hash = "sha256-Ws5P6NTkqrJDSlKrmumdFg/Ud+DwlJafYR9ZOZXwV3M=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Add table
Reference in a new issue