3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #182004 from erictapen/radicale

radicale: 3.1.7 -> 3.1.8
This commit is contained in:
Mario Rodas 2022-07-19 20:50:04 -05:00 committed by GitHub
commit c3d537d729
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "radicale";
version = "3.1.7";
version = "3.1.8";
src = fetchFromGitHub {
owner = "Kozea";
repo = "Radicale";
rev = "v${version}";
hash = "sha256-D/JPq8p+iLmm0XaoXvNonRHr9PIhQ11yTDqur3DiYdc=";
hash = "sha256-V0nqgxGUxcTRAYFuxpKUEVB/g/Mbvw+9OIcvAexXwuM=";
};
postPatch = ''