GNU bug report logs - #52100
[PATCH 2/2] gnu: vdirsyncer: Update to 0.18.0.

Previous Next

Package: guix-patches;

Reported by: Tanguy Le Carrour <tanguy <at> bioneland.org>

Date: Thu, 25 Nov 2021 11:29:02 UTC

Severity: normal

Tags: patch

Done: Tanguy LE CARROUR <tanguy <at> bioneland.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Tanguy Le Carrour <tanguy <at> bioneland.org>
Subject: bug#52100: closed (Re: bug#52100: Acknowledgement ([PATCH 2/2]
 gnu: vdirsyncer: Update to 0.18.0.))
Date: Thu, 25 Nov 2021 11:33:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#52100: [PATCH 2/2] gnu: vdirsyncer: Update to 0.18.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 52100 <at> debbugs.gnu.org.

-- 
52100: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52100
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Tanguy LE CARROUR <tanguy <at> bioneland.org>
To: 52100-close <at> debbugs.gnu.org
Subject: Re: bug#52100: Acknowledgement ([PATCH 2/2] gnu: vdirsyncer: Update
 to 0.18.0.)
Date: Thu, 25 Nov 2021 12:32:51 +0100
See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52099

-- 
Tanguy

[Message part 3 (message/rfc822, inline)]
From: Tanguy Le Carrour <tanguy <at> bioneland.org>
To: guix-patches <at> gnu.org
Cc: Tanguy Le Carrour <tanguy <at> bioneland.org>
Subject: [PATCH 2/2] gnu: vdirsyncer: Update to 0.18.0.
Date: Thu, 25 Nov 2021 12:27:48 +0100
* gnu/packages/dav.scm (vdirsyncer): Update to 0.18.0.
---
 gnu/packages/dav.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index 9d18d94996..712149f173 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2018, 2019 Efraim Flashner <efraim <at> flashner.co.il>
 ;;; Copyright © 2020 Tobias Geerinckx-Rice <me <at> tobias.gr>
 ;;; Copyright © 2020 Vinicius Monego <monego <at> posteo.net>
+;;; Copyright © 2021 Tanguy Le Carrour <tanguy <at> bioneland.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -117,13 +118,13 @@ (define-public vdirsyncer
   (package
     (name "vdirsyncer")
     ;; When updating, check whether python-click-5 can be removed entirely.
-    (version "0.16.8")
+    (version "0.18.0")
     (source (origin
              (method url-fetch)
              (uri (pypi-uri name version))
              (sha256
               (base32
-               "1i8kp9j99rs8xdhrc1vx749zd9wznlzj0pb3s05xdm71a8pl5nxz"))))
+               "00f2bw1a2jbbd1sbci0swnd67kylr341aa9rpbxkajbp3zakxg17"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f ; The test suite is very flakey.
-- 
2.34.0




This bug report was last modified 3 years and 240 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.