guix-commits
[Top][All Lists]
Advanced

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

09/24: gnu: r-impute: Update to 1.72.3.


From: guix-commits
Subject: 09/24: gnu: r-impute: Update to 1.72.3.
Date: Fri, 24 Feb 2023 02:12:37 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 8fb4758b12e4151d88d660c75681edecf1803640
Author: Simon Tournier <zimon.toutoune@gmail.com>
AuthorDate: Mon Feb 20 19:53:56 2023 +0100

    gnu: r-impute: Update to 1.72.3.
    
    * gnu/packages/bioconductor.scm (r-impute): Update to 1.72.3.
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 1e257a3f9c..8eb252b512 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6427,13 +6427,13 @@ of other R packages who wish to make use of HTSlib.")
 (define-public r-impute
   (package
     (name "r-impute")
-    (version "1.72.2")
+    (version "1.72.3")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "impute" version))
               (sha256
                (base32
-                "1k697pqlkrwmfszipl9irbzmwhk1vz97j3rh0k5nj2mrj3dr71mv"))))
+                "1qq80za9bkg0wqnlckvahnjz08xacwvpnflwnrmwr2xg0ifkis38"))))
     (native-inputs
      (list gfortran))
     (build-system r-build-system)



reply via email to

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