python310Packages.caldav: 1.0.1 -> 1.1.1
Diff: https://github.com/python-caldav/caldav/compare/refs/tags/v1.0.1...v1.1.1 Changelog: https://github.com/python-caldav/caldav/blob/master/changelog-1.1.md
This commit is contained in:
@@ -14,13 +14,15 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "caldav";
|
||||
version = "1.0.1";
|
||||
version = "1.1.1";
|
||||
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "python-caldav";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-1BGy4h0TpeiUNtUnj/BiGSfH4T9YXP8YGJ1+4UsRGug=";
|
||||
hash = "sha256-nAvkzZcMl/h1rysF6YNjEbbLrQ4PYGrXCoKgZEyE6WI=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user