diff options
| author | Frederick Muriuki Muriithi | 2025-12-19 13:59:16 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-12-19 13:59:16 -0600 |
| commit | 3fab9a3305e73e95ac97959390b9611181242a26 (patch) | |
| tree | fcc72afe02bc9afc5107946158b63295efc7a47a | |
| parent | f7f6eb942b77e8de95a3783a9d7bb79a55da1536 (diff) | |
| download | gn-machines-3fab9a3305e73e95ac97959390b9611181242a26.tar.gz | |
gn-auth: Upgrade to commit 1f2c00e.
| -rw-r--r-- | guix/gn-machines/genenetwork.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/gn-machines/genenetwork.scm b/guix/gn-machines/genenetwork.scm index 1e9c659..b1a40a2 100644 --- a/guix/gn-machines/genenetwork.scm +++ b/guix/gn-machines/genenetwork.scm @@ -48,7 +48,7 @@ (replace "gn-libs" gn-libs)))))) (define-public gn-auth - (let ((commit "5823b0aaa411748bd361d23ad6eb07c2a3604dbf") + (let ((commit "1f2c00e2657f1b7edcfcc9f9bd1a573625d7fb29") (revision "1")) (package (inherit gn:gn-auth) @@ -64,7 +64,7 @@ (hash (content-hash (base32 - "01c4diaw560ki51zssygl0738a9wj60hk47w7vd2dsfwnjmcilq4"))))) + "04xra524dfm1w048ml8n9mc76020j9ipp3dbmf4cc0jps7vq3j91"))))) (propagated-inputs (modify-inputs (package-propagated-inputs gn:gn-auth) (replace "gn-libs" gn-libs)))))) |
