diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-07-28 22:55:07 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-07-28 22:55:07 +0300 |
commit | 99d1122f8bf99ca8a87bda9c3f6996258131fa24 (patch) | |
tree | 3911db4b961f879b9e2ad68dcc28e94ae1b98205 /gnu/packages | |
parent | bdb2e262fcbea76de807cd829c2d2270661546a5 (diff) |
gnu: plink-ng: Update to 2.00a3.3.
* gnu/packages/bioinformatics.scm (plink-ng): Update to 2.00a3.3.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 325c159df1..1ae88bd658 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -6264,7 +6264,7 @@ subsequent visualization, annotation and storage of results.") (define-public plink-ng (package (inherit plink) (name "plink-ng") - (version "2.00a3-20220315") + (version "2.00a3.3") (source (origin (method git-fetch) @@ -6273,7 +6273,7 @@ subsequent visualization, annotation and storage of results.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "19inr47jwddkjb9kfb14yxc7xb16c73lkhgxj9sncb0fsiskb4x8")))) + (base32 "0m8wkyvbgvcr5kzc284w8fbhpxwglh2c1xq0yc3yv00a53gs7rv0")))) (build-system gnu-build-system) (arguments `(#:make-flags |