all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#64002] [PATCH] gnu: gocryptfs: Update to 2.4.0.
@ 2023-06-11  5:50 Felix Lechner via Guix-patches via
  2023-06-12 19:48 ` bug#64002: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Lechner via Guix-patches via @ 2023-06-11  5:50 UTC (permalink / raw)
  To: 64002; +Cc: Felix Lechner

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#64002: [PATCH] gnu: gocryptfs: Update to 2.4.0.
  2023-06-11  5:50 [bug#64002] [PATCH] gnu: gocryptfs: Update to 2.4.0 Felix Lechner via Guix-patches via
@ 2023-06-12 19:48 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-06-12 19:48 UTC (permalink / raw)
  To: Felix Lechner; +Cc: 64002-done

[-- Attachment #1: Type: text/plain, Size: 331 bytes --]


Felix Lechner via Guix-patches via <guix-patches@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-13 11:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-11  5:50 [bug#64002] [PATCH] gnu: gocryptfs: Update to 2.4.0 Felix Lechner via Guix-patches via
2023-06-12 19:48 ` bug#64002: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.