guix-commits
[Top][All Lists]
Advanced

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

26/76: gnu: r-pscl: Update to 1.5.5.1.


From: guix-commits
Subject: 26/76: gnu: r-pscl: Update to 1.5.5.1.
Date: Wed, 31 May 2023 12:22:38 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 41a5eb6d29be6d11a63bd04cf48890376e5a84da
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed May 31 12:15:16 2023 +0200

    gnu: r-pscl: Update to 1.5.5.1.
    
    * gnu/packages/cran.scm (r-pscl): Update to 1.5.5.1.
---
 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 8bcdac1fc7..17595fd505 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14223,13 +14223,13 @@ for the reconstruction of gene regulatory networks.")
 (define-public r-pscl
   (package
     (name "r-pscl")
-    (version "1.5.5")
+    (version "1.5.5.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "pscl" version))
        (sha256
-        (base32 "0vzf5wazs92bhqhqd66v3vwmbfmnh67gb2466g1xxawim649nk05"))))
+        (base32 "0nwdwyxmy4baiwjjvrypdclzhpbsipik1rkrvgag4y2csg1nf4v1"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-mass))



reply via email to

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