guix-commits
[Top][All Lists]
Advanced

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

08/25: gnu: r-pscl: Update to 1.5.9.


From: guix-commits
Subject: 08/25: gnu: r-pscl: Update to 1.5.9.
Date: Thu, 1 Feb 2024 17:09:45 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 5c8059ca2586a006ed843966ac978429a9d1cb17
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 1 22:13:02 2024 +0100

    gnu: r-pscl: Update to 1.5.9.
    
    * gnu/packages/cran.scm (r-pscl): Update to 1.5.9.
    
    Change-Id: I8343ff6f8f0c85b7c1952d8e01b4757c89225acc
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c3eb1dcf76..b0222daed8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16025,13 +16025,13 @@ for the reconstruction of gene regulatory networks.")
 (define-public r-pscl
   (package
     (name "r-pscl")
-    (version "1.5.5.1")
+    (version "1.5.9")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "pscl" version))
        (sha256
-        (base32 "0nwdwyxmy4baiwjjvrypdclzhpbsipik1rkrvgag4y2csg1nf4v1"))))
+        (base32 "1zkfzrc1cr3f5dlz0mv45ym0as1yp9gicds6lhxpj13qk38zz1c0"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-mass))



reply via email to

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