guix-commits
[Top][All Lists]
Advanced

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

67/79: gnu: r-glmgampoi: Update to 1.12.1.


From: guix-commits
Subject: 67/79: gnu: r-glmgampoi: Update to 1.12.1.
Date: Tue, 9 May 2023 09:27:18 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 95d5a918a2dd8f6ce136dd8be3da48e8bc83d072
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 9 15:23:55 2023 +0200

    gnu: r-glmgampoi: Update to 1.12.1.
    
    * gnu/packages/bioconductor.scm (r-glmgampoi): Update to 1.12.1.
---
 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 3d8ed5200d..d6bbe268c0 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -10844,13 +10844,13 @@ information.")
 (define-public r-glmgampoi
   (package
     (name "r-glmgampoi")
-    (version "1.12.0")
+    (version "1.12.1")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "glmGamPoi" version))
               (sha256
                (base32
-                "194v3hgngraacx126axsy4gaarcwf5wfhpjsr33wb7n4p3kss2g9"))))
+                "05v9lrjbipz9av1gb0x8kd9mkivxy13wjbs5g6rdw3y72gqqv91d"))))
     (properties `((upstream-name . "glmGamPoi")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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