guix-commits
[Top][All Lists]
Advanced

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

21/158: gnu: r-interval: Update to 1.1-1.0.


From: guix-commits
Subject: 21/158: gnu: r-interval: Update to 1.1-1.0.
Date: Mon, 28 Aug 2023 11:11:23 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 613906c7f0a2865643b6ca219dbf867b157cd892
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Aug 28 14:16:13 2023 +0200

    gnu: r-interval: Update to 1.1-1.0.
    
    * gnu/packages/bioconductor.scm (r-interval): Update to 1.1-1.0.
---
 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 fad83d217e..f6e272cf8f 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -19051,14 +19051,14 @@ truncated data.")
 (define-public r-interval
   (package
     (name "r-interval")
-    (version "1.1-0.8")
+    (version "1.1-1.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "interval" version))
        (sha256
         (base32
-         "0g0k9nri19p3y3s70ic1w3i3sxq8fbsxaikd7c4d6afqzr8hk2nl"))))
+         "0kmz7wpgc4kspr11l0nls4rq0qk2lbsg3s4bpl0zs4r4pjcrwvrx"))))
     (properties `((upstream-name . "interval")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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