3
0
Fork 0
forked from mirrors/nixpkgs

radicale: 3.1.7 -> 3.1.8

This commit is contained in:
Kerstin Humm 2022-07-18 21:30:11 +02:00
parent 0640ef2ccc
commit 35caf822fe
No known key found for this signature in database
GPG key ID: 40293358C7B9326B

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 = ''