diff options
| author | Frederick Muriuki Muriithi | 2026-05-08 12:20:34 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-05-08 12:20:34 -0500 |
| commit | 82e32629650b29772e5075735003326b0a0a1ac2 (patch) | |
| tree | fe5990dd602c5ee823cf4402f1e1385db473998f | |
| parent | f221142e674a5291b0b1cd483004d205e9397b1f (diff) | |
| download | gn-machines-82e32629650b29772e5075735003326b0a0a1ac2.tar.gz | |
gn-auth: Upgrade to commit 8a11dda.
| -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 51f7946..419ca30 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 "15c417b4c69343a0e085d0fd1c41d98ec81a1011") + (let ((commit "8a11dda78f1142347c85d943b11bf0a48e8530fe") (revision "1")) (package (inherit gn:gn-auth) @@ -90,7 +90,7 @@ (hash (content-hash (base32 - "0l0fjsyf42h98mg6gyksmkjzg82v62wpfqlsda5ibfny80nak8w2"))))) + "1pilsj5gbm2m7jm48bba7x7yxykk864a1wkhmxb0wajhmzlf0hd1"))))) (propagated-inputs (modify-inputs (package-propagated-inputs gn:gn-auth) (replace "gn-libs" gn-libs)))))) |
