This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 10f0d0766c gnu: r-iranges: Update to 2.30.1.
10f0d0766c is described below
commit 10f0d0766ca838ed40b349f7c302c405aa27b81d
Author: Efraim Flashner <[email protected]>
AuthorDate: Sun Aug 28 13:27:31 2022 +0300
gnu: r-iranges: Update to 2.30.1.
* gnu/packages/bioconductor.scm (r-iranges): Update to 2.30.1.
---
gnu/packages/bioconductor.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index facfb75abf..a4a020e71c 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2016, 2017, 2018, 2020, 2021 Roel Janssen <[email protected]>
;;; Copyright © 2016 Pjotr Prins <[email protected]>
;;; Copyright © 2016 Ben Woodcroft <[email protected]>
-;;; Copyright © 2017 Efraim Flashner <[email protected]>
+;;; Copyright © 2017, 2022 Efraim Flashner <[email protected]>
;;; Copyright © 2017, 2018, 2019, 2020, 2021 Tobias Geerinckx-Rice
<[email protected]>
;;; Copyright © 2019, 2020, 2021, 2022 Simon Tournier
<[email protected]>
;;; Copyright © 2020 Peter Lo <[email protected]>
@@ -2756,13 +2756,13 @@ over-abundant or less-abundant as compared to that of
normal cells.")
(define-public r-iranges
(package
(name "r-iranges")
- (version "2.30.0")
+ (version "2.30.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "IRanges" version))
(sha256
(base32
- "0hfx5n0b4pqrrc1w2dik596803ly8ffnxfs768iy5l5kr8wwyc8k"))))
+ "1r01c9lczkchgd9hbxxd6wrd5avhy52mfqjck7l9avjq1jimvzv3"))))
(properties
`((upstream-name . "IRanges")))
(build-system r-build-system)