GNU bug report logs -
#47070
[PATCH 0/3] Fix 3 bioconductor packages (fail to retrieve upstream)
Previous Next
Reported by: zimoun <zimon.toutoune <at> gmail.com>
Date: Thu, 11 Mar 2021 14:45:01 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 47070 in the body.
You can then email your comments to 47070 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#47070
; Package
guix-patches
.
(Thu, 11 Mar 2021 14:45:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
zimoun <zimon.toutoune <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 11 Mar 2021 14:45:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi,
This 3 packages had been updated by Bioconductor and the tarballs are not on
Berlin, so they fail to build. The patch set updates them to fetch the last
upstream versions.
Cheers,
simon
zimoun (3):
gnu: r-circrnaprofiler: Update to 1.4.2.
gnu: r-chemminer: Update to 3.42.2.
gnu: r-bioassayr: Update to 1.28.2.
gnu/packages/bioconductor.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
base-commit: 21b3b755151028647081fe96d2992b3743531d71
--
2.30.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#47070
; Package
guix-patches
.
(Thu, 11 Mar 2021 14:48:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 47070 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/bioconductor.scm (r-circrnaprofiler): Update to 1.4.2.
---
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 ee83e00492..17ee5d63d8 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2,7 +2,7 @@
;;; Copyright © 2016, 2017, 2018, 2019, 2020 Ricardo Wurmus <rekado <at> elephly.net>
;;; Copyright © 2016, 2017, 2018, 2020 Roel Janssen <roel <at> gnu.org>
;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me <at> tobias.gr>
-;;; Copyright © 2019, 2020 Simon Tournier <zimon.toutoune <at> gmail.com>
+;;; Copyright © 2019, 2020, 2021 Simon Tournier <zimon.toutoune <at> gmail.com>
;;; Copyright © 2020 Peter Lo <peterloleungyau <at> gmail.com>
;;; Copyright © 2020, 2021 Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>
;;; Copyright © 2020 Jakub Kądziołka <kuba <at> kadziolka.net>
@@ -7167,14 +7167,14 @@ accessibility data.")
(define-public r-circrnaprofiler
(package
(name "r-circrnaprofiler")
- (version "1.4.0")
+ (version "1.4.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "circRNAprofiler" version))
(sha256
(base32
- "1rwpl9a5p5242aiapik0vf4ywqh7m6phzl8z8qmzcy0imbx7mpbn"))))
+ "0r1hfm3pc7c71irzmxmdwc27ns9hkymz4vhb4pqbli4xn37q7cg8"))))
(properties
`((upstream-name . "circRNAprofiler")))
(build-system r-build-system)
--
2.30.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#47070
; Package
guix-patches
.
(Thu, 11 Mar 2021 14:54:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 47070 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/bioconductor.scm (r-chemminer): Update to 3.42.2.
---
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 17ee5d63d8..3a9720adc6 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -8269,14 +8269,14 @@ visualizing RNA-sequencing datasets and differentially expressed genes.")
(define-public r-chemminer
(package
(name "r-chemminer")
- (version "3.42.1")
+ (version "3.42.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ChemmineR" version))
(sha256
(base32
- "1853w19042c53whdnrfg1v8f07wpswf2si8q4613yrcamzg2zjkx"))))
+ "10d8h6w24h4s7l02zzv6q46w3yiqsjizip7mf11cvkmd6p7qxfl9"))))
(properties `((upstream-name . "ChemmineR")))
(build-system r-build-system)
(propagated-inputs
--
2.30.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#47070
; Package
guix-patches
.
(Thu, 11 Mar 2021 14:56:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 47070 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/bioconductor.scm (r-bioassayr): Update to 1.28.2.
---
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 3a9720adc6..6301f2f7c4 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -8310,14 +8310,14 @@ structures.")
(define-public r-bioassayr
(package
(name "r-bioassayr")
- (version "1.28.0")
+ (version "1.28.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "bioassayR" version))
(sha256
(base32
- "0vxnd8wnhjdfqh47nc6y1ffiy5r9a6n3g2hyk1r9bv6vhrd0ns3f"))))
+ "0ylnnm31jkmi8zz78kngqv36yn6i5lvjp1i27v59svw13m4r03g5"))))
(properties `((upstream-name . "bioassayR")))
(build-system r-build-system)
(propagated-inputs
--
2.30.1
Reply sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Fri, 12 Mar 2021 13:43:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
zimoun <zimon.toutoune <at> gmail.com>
:
bug acknowledged by developer.
(Fri, 12 Mar 2021 13:43:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 47070-done <at> debbugs.gnu.org (full text, mbox):
Thank you, I pushed these to the “master” branch.
--
Ricardo
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 10 Apr 2021 11:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 4 years and 127 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.