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