aboutsummaryrefslogtreecommitdiff
path: root/gn
diff options
context:
space:
mode:
authorEfraim Flashner2021-06-06 01:23:49 -0500
committerEfraim Flashner2021-06-06 01:23:49 -0500
commit34d7b3aa926fa2a3702502e5c48a4038221516ba (patch)
tree9a3896366e6feb505f18d6db5ef2b3af58437939 /gn
parent87cb14b55738d43e430d94354e26eb6f64a9ba1b (diff)
downloadguix-bioinformatics-34d7b3aa926fa2a3702502e5c48a4038221516ba.tar.gz
genecup: update to 1.1.
Diffstat (limited to 'gn')
-rw-r--r--gn/packages/ratspub.scm4
-rw-r--r--gn/services/genecup-container.scm2
2 files changed, 3 insertions, 3 deletions
diff --git a/gn/packages/ratspub.scm b/gn/packages/ratspub.scm
index 1c00139..c31b7c5 100644
--- a/gn/packages/ratspub.scm
+++ b/gn/packages/ratspub.scm
@@ -271,7 +271,7 @@ if __name__ == '__main__':
(define-public genecup
(package
(name "genecup")
- (version "1.0")
+ (version "1.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -285,7 +285,7 @@ if __name__ == '__main__':
(("4200") "4204"))
#t))
(sha256
- (base32 "0ddgqjiacr0f33x0f9s10v3rqr3mmr92jwniprk22a167ncvfgx3"))))
+ (base32 "0kiddjcj2xha84n22msd7x3xkkpg697bir9hl0rnzx9cmmgghm5j"))))
(build-system python-build-system)
(arguments
`(#:tests? #f ; no test suite
diff --git a/gn/services/genecup-container.scm b/gn/services/genecup-container.scm
index eae3f9c..da7f233 100644
--- a/gn/services/genecup-container.scm
+++ b/gn/services/genecup-container.scm
@@ -90,7 +90,7 @@
genecup-shepherd-service)
(service-extension activation-service-type
genecup-activation)
- ;; Make sure we get all the dependencies of RatsPub.
+ ;; Make sure we get all the dependencies of Genecup.
(service-extension profile-service-type
(compose list genecup-configuration-package))))
(default-value (genecup-configuration))