diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2016-12-10 10:31:15 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2016-12-10 10:45:12 +1000 |
commit | 7922ab8fe87154f3ccaa7daf9304632f974fbe5d (patch) | |
tree | 87d1a58a6c02b82b95f1840225e87ae70b45b9c6 /gnu/packages/bioinformatics.scm | |
parent | 6b2921c3acf2cc808128af97784929365f8582af (diff) | |
download | patches-7922ab8fe87154f3ccaa7daf9304632f974fbe5d.tar patches-7922ab8fe87154f3ccaa7daf9304632f974fbe5d.tar.gz |
gnu: pardre: Update to 1.1.5-1.
* gnu/packages/bioinformatics.scm (pardre): update to 1.1.5-1.
[source]: Update source hash.
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 625935dfd7..2b00e86d92 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -5699,15 +5699,16 @@ Needleman-Wunsch).") (define-public pardre (package (name "pardre") - (version "1.1.5") + ;; The source of 1.1.5 changed in place, so we append "-1" to the version. + (version "1.1.5-1") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/pardre/ParDRe-rel" - version ".tar.gz")) + "1.1.5" ".tar.gz")) (sha256 (base32 - "0zkyjzv4s8q2h5npalhirbk17r5b1h0n2a42mh7njzlf047h9bhy")))) + "17j73nc0viq4f6qj50nrndsrif5d6b71q8fl87m54psiv0ilns2b")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no tests included |