python3Packages.icalendar: 6.1.0 -> 6.1.1
https://github.com/collective/icalendar/blob/v6.1.1/CHANGES.rst
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "6.1.0";
|
||||
version = "6.1.1";
|
||||
pname = "icalendar";
|
||||
pyproject = true;
|
||||
|
||||
@@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
owner = "collective";
|
||||
repo = "icalendar";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-P+cUwNFSBjyTzqdBnIricoM3rUWUXQc8k1912jil79Q=";
|
||||
hash = "sha256-PP4wBItPv5pPQKkGX4mGPl2RUGxOALOss++imzK4G4E=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@@ -47,7 +47,7 @@ buildPythonPackage rec {
|
||||
pytestFlagsArray = [ "src/icalendar" ];
|
||||
|
||||
meta = with lib; {
|
||||
changelog = "https://github.com/collective/icalendar/blob/v${version}/CHANGES.rst";
|
||||
changelog = "https://github.com/collective/icalendar/blob/${src.tag}/CHANGES.rst";
|
||||
description = "Parser/generator of iCalendar files";
|
||||
mainProgram = "icalendar";
|
||||
homepage = "https://github.com/collective/icalendar";
|
||||
|
||||
Reference in New Issue
Block a user