guix-commits
[Top][All Lists]
Advanced

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

34/50: gnu: r-bio3d: Update to 2.4-1.


From: guix-commits
Subject: 34/50: gnu: r-bio3d: Update to 2.4-1.
Date: Mon, 27 Jan 2020 10:33:53 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 328b5dde4bb6f37ddf5202a7cfd2c37c1e40307b
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Mon Jan 27 16:30:43 2020 +0100

    gnu: r-bio3d: Update to 2.4-1.
    
    * gnu/packages/cran.scm (r-bio3d): Update to 2.4-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 89e9127..a01e3a3 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16116,14 +16116,14 @@ as a boxplot function.")
 (define-public r-bio3d
   (package
     (name "r-bio3d")
-    (version "2.4-0")
+    (version "2.4-1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "bio3d" version))
        (sha256
         (base32
-         "0ikpk1ppdp50m9kd289z616i382j9i7ji1zchyd4xqfyk8lnxf4s"))))
+         "07rw6c2d95gb5myxh31727j0jrchd0xisa3x89jjmf4zzs3vv7v7"))))
     (properties `((upstream-name . "bio3d")))
     (build-system r-build-system)
     (inputs `(("zlib" ,zlib)))



reply via email to

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