aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))