me
/
guix
Archived
1
0
Fork 0

gnu: cutadapt: Update to 1.14.

* gnu/packages/bioinformatics.scm (cutadapt): Update to 1.14.
master
Ricardo Wurmus 2017-11-10 15:32:42 +01:00
parent ae451b9dc2
commit 0af4df7e61
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1840,7 +1840,7 @@ file formats including SAM/BAM, Wiggle/BigWig, BED, GFF/GTF, VCF.")
(define-public cutadapt
(package
(name "cutadapt")
(version "1.12")
(version "1.14")
(source (origin
(method url-fetch)
(uri (string-append
@ -1849,7 +1849,7 @@ file formats including SAM/BAM, Wiggle/BigWig, BED, GFF/GTF, VCF.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"19smhh6444ikn4jlmyhvffw4m5aw7yg07rqsk7arg8dkwyga1i4v"))))
"16gbpiwy4m48vq2h5wqar3i8vr6vcj9gcl2qvqim19x6ya9dp8kd"))))
(build-system python-build-system)
(arguments
`(#:phases