[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: plink-ng: Update to 2.00a3-20220315.
From: |
guix-commits |
Subject: |
branch master updated: gnu: plink-ng: Update to 2.00a3-20220315. |
Date: |
Tue, 29 Mar 2022 09:34:28 -0400 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 977a33139e gnu: plink-ng: Update to 2.00a3-20220315.
977a33139e is described below
commit 977a33139e7a3130c20a222772b845baa1fcbce4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 29 15:33:55 2022 +0200
gnu: plink-ng: Update to 2.00a3-20220315.
* gnu/packages/bioinformatics.scm (plink-ng): Update to 2.00a3-20220315.
---
gnu/packages/bioinformatics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 590ada92f9..a2c9e1a37d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: plink-ng: Update to 2.00a3-20220315.,
guix-commits <=