mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
radicale: 3.5.3 -> 3.5.4
Diff: https://github.com/Kozea/Radicale/compare/refs/tags/v3.5.3...refs/tags/v3.5.4 Changelog: https://github.com/Kozea/Radicale/blob/v3.5.4/CHANGELOG.md
This commit is contained in:
parent
ad331efcaf
commit
188de1eee9
1 changed files with 2 additions and 2 deletions
|
@ -7,14 +7,14 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "radicale";
|
||||
version = "3.5.3";
|
||||
version = "3.5.4";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Kozea";
|
||||
repo = "Radicale";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-+oAVgLXDyexvMCAf7hIhFOT+RELn4zeTpgE8YVGlCyw=";
|
||||
hash = "sha256-45YLZyjQabv92izrMS1euyPhn6AATY0p+p5/GXuQxnM=";
|
||||
};
|
||||
|
||||
build-system = with python3.pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue