Skip to content

Commit

Permalink
python310Packages.caldav: 0.9.0 -> 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and dotlambda committed May 30, 2022
1 parent fff1143 commit b5c0102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/caldav/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@

buildPythonPackage rec {
pname = "caldav";
version = "0.9.0";
version = "0.9.1";

src = fetchFromGitHub {
owner = "python-caldav";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-1pYbL9k2cfjIw9AFiItlDCidxZIuOAoUcgFmSibkphA=";
hash = "sha256-Gil0v4pGyp5+TnYPjb8Vk0xTqnQKaeD8Ko/ZWhvkbUk=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit b5c0102

Please sign in to comment.