mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: trust4: Update to 1.1.0.
* gnu/packages/bioinformatics.scm (trust4): Update to 1.1.0. Change-Id: I4780038a5db110514e27f07a576166def4063da7
This commit is contained in:
parent
709e87caff
commit
f736a784e1
1 changed files with 2 additions and 2 deletions
|
@ -5933,7 +5933,7 @@ (define-public repeat-masker
|
|||
(define-public trust4
|
||||
(package
|
||||
(name "trust4")
|
||||
(version "1.0.13")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -5942,7 +5942,7 @@ (define-public trust4
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "058wd5bklgcsb0r8l7n1ffakbj4c3ac5hjyvmaqhr3p233fl44z7"))
|
||||
(base32 "170k4rrchg7f2jyn3v4y4fxxq1d49n1vnvhx5xcnnr6jql8q3h08"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet '(begin
|
||||
;; Remove bundled samtools
|
||||
|
|
Loading…
Reference in a new issue