guix-commits
[Top][All Lists]
Advanced

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

20/201: gnu: r-abn: Update to 3.0.4.


From: guix-commits
Subject: 20/201: gnu: r-abn: Update to 3.0.4.
Date: Fri, 15 Dec 2023 10:14:32 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 1354314cdf33d73535142ab6658f163a53988b53
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 15 12:16:40 2023 +0100

    gnu: r-abn: Update to 3.0.4.
    
    * gnu/packages/bioconductor.scm (r-abn): Update to 3.0.4.
    
    Change-Id: I15970d14205b32f254ecf2c5207e98d7289ac281
---
 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 a8da51a09c..3a02832f35 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -22074,14 +22074,14 @@ on the plot.")
 (define-public r-abn
   (package
     (name "r-abn")
-    (version "3.0.3")
+    (version "3.0.4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "abn" version))
        (sha256
         (base32
-         "1yh9nhfphalxh77132r0fkpp71mqsfhb8jk11is4d5nvlvr5316z"))))
+         "1qqsm6ldbf6rnzvspcnv87l4mkxccg4divzf6nj7j92jnhyadqia"))))
     (build-system r-build-system)
     (inputs
      (list gsl))



reply via email to

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