diff options
| -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") |
