diff options
author | Frederick Muriuki Muriithi | 2024-11-18 16:01:06 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-11-18 16:01:06 -0600 |
commit | aeaca2435e83f6bb1abd48a649abe97e07eb9009 (patch) | |
tree | e03300bdf035897492cfcf81914154c211fa7d7b /gn | |
parent | 26171ec08f9e19c3513ee9ffe3a46699a7b86142 (diff) | |
download | guix-bioinformatics-aeaca2435e83f6bb1abd48a649abe97e07eb9009.tar.gz |
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/guile.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gn/packages/guile.scm b/gn/packages/guile.scm index 4c83fef..beed3d5 100644 --- a/gn/packages/guile.scm +++ b/gn/packages/guile.scm @@ -117,7 +117,7 @@ for MySQL.") (license license:gpl2+))) (define-public gn-guile - (let ((commit "4623225b0adb0846a4c2e879a33b31884d2e5f05") + (let ((commit "7af301caa7d8a5f01e7e3be007e4ba53dc482eee") (revision "0")) (package (name "gn-guile") @@ -129,7 +129,8 @@ for MySQL.") (commit commit))) (file-name (string-append name "-" version)) (sha256 - (base32 "1l8q2yi8dqjglv54v2d6yqd498yabhhz193i25kwxwsk6cv9xkyz")))) + (base32 + "0j6nf9k5rdanx5r74dw1rcw7rvyjhzvsv1l5s86jkgkhvrpbb82c")))) (build-system guile-build-system) (propagated-inputs (list guile-3.0 guile3-dbi guile3-dbd-mysql guile-fibers guile-gnutls guile-readline @@ -149,7 +150,6 @@ for MySQL.") ;; compile all scm files in this repository. We don't ;; need to compile guix.scm and manifest.scm. (delete-file "guix.scm") - (delete-file "manifest.scm") (setenv "GUILE_LOAD_PATH" (string-append (format |