diff options
| author | Frederick Muriuki Muriithi | 2026-03-16 13:30:00 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-03-19 09:20:00 -0500 |
| commit | f39ae6f8b353b02d79ea9edd6e1abed8620ffc18 (patch) | |
| tree | 7a6c3bb9432ece04cda1c88ac1cf65f02797e344 | |
| parent | 92cbc219fbc99763f4c9ba8caf8cc393646dd809 (diff) | |
| download | gn-machines-f39ae6f8b353b02d79ea9edd6e1abed8620ffc18.tar.gz | |
gn-guile: Fix indentations.
| -rw-r--r-- | guix/gn-machines/genenetwork.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/guix/gn-machines/genenetwork.scm b/guix/gn-machines/genenetwork.scm index 8dd968d..38c2826 100644 --- a/guix/gn-machines/genenetwork.scm +++ b/guix/gn-machines/genenetwork.scm @@ -125,8 +125,8 @@ (source (origin (method git-fetch) (uri (git-reference - (url "https://git.genenetwork.org/gn-guile/") - (commit commit))) + (url "https://git.genenetwork.org/gn-guile/") + (commit commit))) (file-name (string-append name "-" version)) (sha256 (base32 @@ -192,7 +192,7 @@ ;; guix-bioinformatics commit, i.e. newer than commit ;; `9b0955f14ec725990abb1f6af3b9f171e4943f77'. (modify-inputs (package-propagated-inputs gng:gn-guile) - (prepend openssh-sans-x guile-config)))))) + (prepend openssh-sans-x guile-config)))))) (define-public guile-sheepdog (let ((commit "1426617d58f305a4126bb867202843e8cf7dd4b2") |
