gnu: plink-ng: Update to 2.00a3-20220315.
* gnu/packages/bioinformatics.scm (plink-ng): Update to 2.00a3-20220315.
This commit is contained in:
parent
d710f01957
commit
977a33139e
1 changed files with 2 additions and 2 deletions
|
@ -6668,7 +6668,7 @@ subsequent visualization, annotation and storage of results.")
|
||||||
(define-public plink-ng
|
(define-public plink-ng
|
||||||
(package (inherit plink)
|
(package (inherit plink)
|
||||||
(name "plink-ng")
|
(name "plink-ng")
|
||||||
(version "2.00a2.3")
|
(version "2.00a3-20220315")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6677,7 +6677,7 @@ subsequent visualization, annotation and storage of results.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1p88lz9agzjlspjhciz61qjc36cfniv4nkxszyy0njqyc5rzc0cd"))))
|
(base32 "19inr47jwddkjb9kfb14yxc7xb16c73lkhgxj9sncb0fsiskb4x8"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
|
Reference in a new issue