about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2026-04-20 09:14:32 -0500
committerFrederick Muriuki Muriithi2026-04-20 10:12:11 -0500
commit7c6edb2fe88a787ef00935916bc4a95940ab41b6 (patch)
tree221921dfdd081dbc54b62315e3d883b90cf5d374
parent265dd65d036e76a362834605bf472e86ff8c87c3 (diff)
downloadgn-machines-7c6edb2fe88a787ef00935916bc4a95940ab41b6.tar.gz
gn-auth: Upgrade to commit 4e0fe0e.
-rw-r--r--guix/gn-machines/genenetwork.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/gn-machines/genenetwork.scm b/guix/gn-machines/genenetwork.scm
index 75a7499..282c69b 100644
--- a/guix/gn-machines/genenetwork.scm
+++ b/guix/gn-machines/genenetwork.scm
@@ -56,7 +56,7 @@
          (replace "gn-libs" gn-libs))))))
 
 (define-public gn-auth
-  (let ((commit "8312082b66775ba89dce842d86686d86c33771be")
+  (let ((commit "4e0fe0e12ab01d9cdbaf2d7a53a4f4ac8f6feb91")
         (revision "1"))
     (package
       (inherit gn:gn-auth)
@@ -72,7 +72,7 @@
          (hash
           (content-hash
            (base32
-            "173mpiiqy4x7mlwsmaycbf3dra1b2vjck5mhfs81w4w0fznlxkjg")))))
+            "0dysfl4ba6wf1lhhddc0s7by0b4w3d1cf1v0dk6hp58pv8vrvsh3")))))
       (propagated-inputs
        (modify-inputs (package-propagated-inputs gn:gn-auth)
          (replace "gn-libs" gn-libs))))))