diff options
author | Efraim Flashner | 2020-09-16 02:14:37 -0500 |
---|---|---|
committer | Efraim Flashner | 2020-09-16 02:14:37 -0500 |
commit | 25197c3bbec7919d7a6c2f3baa87826d5ee4fd32 (patch) | |
tree | af7b977b5f51ea18479b52779091ec1bfc0e8639 /gn/packages | |
parent | 48ffb5f29d7186b6bad131bdf67f9e2ff413f6a9 (diff) | |
download | guix-bioinformatics-25197c3bbec7919d7a6c2f3baa87826d5ee4fd32.tar.gz |
ratspub: Update to 0.4.3.
Diffstat (limited to 'gn/packages')
-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 9f32a6f..07b7d84 100644 --- a/gn/packages/ratspub.scm +++ b/gn/packages/ratspub.scm @@ -20,7 +20,7 @@ (define-public ratspub (package (name "ratspub") - (version "0.4.2") + (version "0.4.3") (source (origin (method git-fetch) (uri (git-reference @@ -35,7 +35,7 @@ #t)) (sha256 (base32 - "1b3ddr4wzs7cz826dfl618rqrnfbvihd4fwhjlsj7n92r6n4bpjl")))) + "03v1nk58yhi7rsy6b23hlc1xd5i6lvqla25r9l4b1jcmzraaci8l")))) (build-system python-build-system) (arguments `(#:tests? #f ; no test suite |