guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: plink-ng: Update to 2.00a3.3.


From: guix-commits
Subject: 01/02: gnu: plink-ng: Update to 2.00a3.3.
Date: Thu, 28 Jul 2022 19:16:00 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 99d1122f8bf99ca8a87bda9c3f6996258131fa24
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 28 22:55:07 2022 +0300

    gnu: plink-ng: Update to 2.00a3.3.
    
    * gnu/packages/bioinformatics.scm (plink-ng): Update to 2.00a3.3.
---
 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 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]