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