From 34d7b3aa926fa2a3702502e5c48a4038221516ba Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 6 Jun 2021 01:23:49 -0500 Subject: genecup: update to 1.1. --- gn/packages/ratspub.scm | 4 ++-- gn/services/genecup-container.scm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'gn') 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)) -- cgit v1.2.3