guix-commits
[Top][All Lists]
Advanced

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

36/68: gnu: r-bio3d: Update to 2.4-3.


From: guix-commits
Subject: 36/68: gnu: r-bio3d: Update to 2.4-3.
Date: Tue, 15 Mar 2022 15:14:11 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit adcdfbf11fcc2e2d3e52e5f0ed8a2c82694e65e1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 15 14:28:39 2022 +0100

    gnu: r-bio3d: Update to 2.4-3.
    
    * gnu/packages/cran.scm (r-bio3d): Update to 2.4-3.
---
 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 64c0fe06ab..3993b7cb95 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20548,14 +20548,14 @@ as a boxplot function.")
 (define-public r-bio3d
   (package
     (name "r-bio3d")
-    (version "2.4-2")
+    (version "2.4-3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "bio3d" version))
        (sha256
         (base32
-         "1jvcmpzi9knhxq5jsbhg8slm8hnlx2y8smmwwrbnbyd0rmk5fhci"))))
+         "0x3apqxbk4lvvcnvvdsyjd9f6qh9f9qgml3ih69hl9ikj06iy0y6"))))
     (properties `((upstream-name . "bio3d")))
     (build-system r-build-system)
     (inputs (list zlib))



reply via email to

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