diff options
author | Efraim Flashner | 2020-04-22 09:46:05 -0500 |
---|---|---|
committer | Efraim Flashner | 2020-04-22 09:46:05 -0500 |
commit | e88085103b2736000339cbef7d3c60d4bf52e3b1 (patch) | |
tree | ac12b504578856122f29f9d4a9066e675cc229b1 /gn/packages/ratspub.scm | |
parent | cf08f2ce3485511204d984dd2eeb457675de05b0 (diff) | |
download | guix-bioinformatics-e88085103b2736000339cbef7d3c60d4bf52e3b1.tar.gz |
gn: update ratspub to 0.3.1.
Diffstat (limited to 'gn/packages/ratspub.scm')
-rw-r--r-- | gn/packages/ratspub.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/ratspub.scm b/gn/packages/ratspub.scm index 2220062..882a6bd 100644 --- a/gn/packages/ratspub.scm +++ b/gn/packages/ratspub.scm @@ -16,7 +16,7 @@ (define-public ratspub (package (name "ratspub") - (version "0.3") + (version "0.3.1") (source (origin (method git-fetch) (uri (git-reference @@ -25,7 +25,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "08z1yr1k5wddpxwdr3caqi113jx6vy38fam7k8v40sj5chv2h3b2")))) + "1ii3721mqd3dbpjkhqi7yqjd9bqcf0g19kdbb8265pmbfjjsg164")))) (build-system python-build-system) (arguments `(#:tests? #f ; no test suite |