diff options
author | Frederick Muriuki Muriithi | 2024-08-07 17:01:24 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-08-07 17:01:24 -0500 |
commit | 3184900e76433da363ad27ee90f1c73df88155d2 (patch) | |
tree | 4e000ea2c9ae861818b73b7372c33ca93b171cca | |
parent | 09c3f01060307b7406cffdfc14907e1d1f7c06a4 (diff) | |
download | guix-bioinformatics-3184900e76433da363ad27ee90f1c73df88155d2.tar.gz |
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
-rw-r--r-- | gn/packages/genenetwork.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |