GNU bug report logs - #64002
[PATCH] gnu: gocryptfs: Update to 2.4.0.

Previous Next

Package: guix-patches;

Reported by: Felix Lechner <felix.lechner <at> lease-up.com>

Date: Sun, 11 Jun 2023 05:52:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

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: Felix Lechner <felix.lechner <at> lease-up.com>
Subject: bug#64002: closed (Re: [bug#64002] [PATCH] gnu: gocryptfs: Update
 to 2.4.0.)
Date: Mon, 12 Jun 2023 19:50:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#64002: [PATCH] gnu: gocryptfs: Update to 2.4.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 64002 <at> debbugs.gnu.org.

-- 
64002: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64002
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Felix Lechner <felix.lechner <at> lease-up.com>
Cc: 64002-done <at> debbugs.gnu.org
Subject: Re: [bug#64002] [PATCH] gnu: gocryptfs: Update to 2.4.0.
Date: Mon, 12 Jun 2023 20:48:43 +0100
[Message part 3 (text/plain, inline)]
Felix Lechner via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/file-systems.scm (gocryptfs): Update to 2.4.0.
> ---
>  gnu/packages/file-systems.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch, I've pushed it to master as
561d0e5f2f041e4f7a1e4066b0e5e2676ce63a9a.

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Felix Lechner <felix.lechner <at> lease-up.com>
To: guix-patches <at> gnu.org
Cc: Felix Lechner <felix.lechner <at> lease-up.com>
Subject: [PATCH] gnu: gocryptfs: Update to 2.4.0.
Date: Sat, 10 Jun 2023 22:50:43 -0700
* gnu/packages/file-systems.scm (gocryptfs): Update to 2.4.0.
---
 gnu/packages/file-systems.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 04f8863807..536b01f2f7 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -477,7 +477,7 @@ (define-public fstransform
 (define-public gocryptfs
   (package
     (name "gocryptfs")
-    (version "2.3.1")
+    (version "2.4.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -486,7 +486,7 @@ (define-public gocryptfs
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1m0xk5imkx81i1l4wv1j1xh9ckp0gqssq4v46pkkcq2xlv2dvxlr"))))
+                "08pdfx6bs1dc2k7xv54x7i1qbych4a7dlf31qwcm9wlz7lr5lawm"))))
     (build-system go-build-system)
     (arguments
      (list
-- 
2.40.1




This bug report was last modified 1 year and 348 days ago.

Previous Next


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