about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2026-05-20 11:57:22 -0500
committerFrederick Muriuki Muriithi2026-05-20 12:03:26 -0500
commit4eaef42ca3e7e78fa4fd304e42b3535ef44077ac (patch)
treec62c92ccc042e9640f0b0df806a8489b59df60b4
parent48d9390a4eca24b51453d87709144f969910762b (diff)
downloadgn-machines-4eaef42ca3e7e78fa4fd304e42b3535ef44077ac.tar.gz
gn-auth: Upgrade to commit d2f780b.
-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 da2fb4d..edcfc64 100644
--- a/guix/gn-machines/genenetwork.scm
+++ b/guix/gn-machines/genenetwork.scm
@@ -74,7 +74,7 @@
          (replace "gn-libs" gn-libs))))))
 
 (define-public gn-auth
-  (let ((commit "8a11dda78f1142347c85d943b11bf0a48e8530fe")
+  (let ((commit "d2f780b931b9a7d4a99578c6ba4dc1f110cda1d1")
         (revision "1"))
     (package
       (inherit gn:gn-auth)
@@ -90,7 +90,7 @@
          (hash
           (content-hash
            (base32
-            "1pilsj5gbm2m7jm48bba7x7yxykk864a1wkhmxb0wajhmzlf0hd1")))))
+            "01iawqnqskr5ryp8qpjfpdswqcla3gyh3mijpxmlmmima5sq5v7h")))))
       (propagated-inputs
        (modify-inputs (package-propagated-inputs gn:gn-auth)
          (replace "gn-libs" gn-libs))))))