[PATCH 1/1] gnu: radicale: Update to 2.1.11.

  • Done
  • quality assurance status badge
Details
2 participants
  • Hamzeh Nasajpour
  • Ludovic Courtès
Owner
unassigned
Submitted by
Hamzeh Nasajpour
Severity
normal

Debbugs page

Hamzeh Nasajpour wrote 5 years ago
(address . guix-patches@gnu.org)
7e1194e8-0ee0-4564-a3a6-49619227a07a@www.fastmail.com
* gnu/packages/dav.scm (radicale): Update to 2.1.11.
---
gnu/packages/dav.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (22 lines)
diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index 1b837dfe40..a13c6e7af4 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -32,13 +32,13 @@
(define-public radicale
(package
(name "radicale")
- (version "1.1.6")
+ (version "2.1.11")
(source (origin
(method url-fetch)
(uri (pypi-uri "Radicale" version))
(sha256
(base32
- "0ay90nj6fmr2aq8imi0mbjl4m2rzq7a83ikj8qs9gxsylj71j1y0"))))
+ "1nx5szvjmk6znkfm8za6py6yq7h0s0j2wr8jm9s0y3p1db63y9q2"))))
(build-system python-build-system)
(arguments
'(#:tests? #f)) ; The tests are not distributed in the PyPi release.
--
2.26.0
Ludovic Courtès wrote 5 years ago
(name . Hamzeh Nasajpour)(address . h.nasajpour@pantherx.org)(address . 41590-done@debbugs.gnu.org)
878sha2071.fsf@gnu.org
"Hamzeh Nasajpour" <h.nasajpour@pantherx.org> skribis:

Toggle quote (2 lines)
> * gnu/packages/dav.scm (radicale): Update to 2.1.11.

Applied, thanks!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 41590@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 41590
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help