about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEfraim Flashner2021-08-31 02:37:04 -0500
committerEfraim Flashner2021-08-31 02:37:28 -0500
commit78e68d7f60a5712a1c359e1d4f001ef90904c480 (patch)
tree3ca3d9781f84fd28a9a820f56d7fff4cfca79d0f
parent01cbe5a2e9b682cac8862888d86b44078b7eac92 (diff)
downloadguix-bioinformatics-78e68d7f60a5712a1c359e1d4f001ef90904c480.tar.gz
gn: update genecup to 1.6.
-rw-r--r--gn/packages/ratspub.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/ratspub.scm b/gn/packages/ratspub.scm
index 9139606..f298716 100644
--- a/gn/packages/ratspub.scm
+++ b/gn/packages/ratspub.scm
@@ -272,7 +272,7 @@ if __name__ == '__main__':
 (define-public genecup
   (package
     (name "genecup")
-    (version "1.5")
+    (version "1.6")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -280,7 +280,7 @@ if __name__ == '__main__':
                      (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
-               (base32 "0krrwnr4yjqpafllwx1xg6cjk1j683bdmkyqq848plzlqx2cl72c"))))
+               (base32 "050yg4hvjs9rghw41q35xdd2c2rzh9sl4sfwkk3am150mgf2p0nh"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f  ; no test suite