From 3184900e76433da363ad27ee90f1c73df88155d2 Mon Sep 17 00:00:00 2001
From: Frederick Muriuki Muriithi
Date: Wed, 7 Aug 2024 17:01:24 -0500
Subject: gn-auth: Update commit and hash

Update the hash to pull in fixes for the following ops issues:

* Installing of Jinja2 text-file templates for emails
* Logging out unhandled exceptions as errors for easier debugging
---
 gn/packages/genenetwork.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'gn')

diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index 33535df..6499c10 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -471,7 +471,7 @@
      (license license:agpl3+))))
 
 (define-public gn-auth
-  (let ((commit "eb05221f57ec4b6a5537ac7661811ba33b4b0385")
+  (let ((commit "1ccbaf801a83b15c0a99bdfc2155869b26260226")
         (revision "01"))
     (package
       (name "gn-auth")
@@ -485,7 +485,7 @@
          (hash
           (content-hash
            (base32
-            "0crnfl9pdc0a48l7q0xmpbv8agx2ak1qxifb71pj7sijrg06h56y")))))
+            "03j3kpaqkvgrp5yqdycp9pbjwdv788nainh7aq6qj25rvdrri0wa")))))
       (build-system python-build-system)
       (arguments
        (list
-- 
cgit v1.2.3