[PATCH] gnu: python-ega-download-client: Update to 5.1.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Navid.Afkhami@mdc-berlin.de
  • nafkhamdc
Owner
unassigned
Submitted by
nafkhamdc
Severity
normal

Debbugs page

nafkhamdc wrote 1 years ago
(address . guix-patches@gnu.org)(name . nafkhamdc)(address . navid.afkhami@mdc-berlin.de)
35fa5eebe09398fddf246da40ce0c2e5c875fd15.1708108051.git.navid.afkhami@mdc-berlin.de
* gnu/packages/bioinformatics.scm (python-ega-download-client): Update to 5.1.0.
[native-inputs]: Add python-mock.

Change-Id: I3befca6de33f959f4d916caa839d7201c77e8209
---
gnu/packages/bioinformatics.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (17 lines)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 84577ef760..85507b6c15 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2556,7 +2556,7 @@ (define-public python-ega-download-client
(propagated-inputs (list python-htsget python-psutil python-requests
python-tqdm python-urllib3))
(native-inputs (list python-coverage python-pytest python-pyfakefs
- python-responses))
+ python-responses python-mock))
(home-page "https://github.com/EGA-archive/ega-download-client")
(synopsis "EGA download client")
(description

base-commit: 96a2357a8a19bd4a796fdf1a875f7f3e0c91030c
--
2.34.1
Navid.Afkhami@mdc-berlin.de wrote 1 years ago
Closing this Bug report
(name . 69228-done@debbugs.gnu.org)(address . 69228-done@debbugs.gnu.org)
76e6bd761f854d9f9e9b0953d5bd2d4e@mdc-berlin.de
I will close this bug since this has been already solved.


- -

Navid Afkhami

High Performance Computing (HPC)

Max Delbrück Center for Molecular Medicine (MDC)

Robert-Rössle-Straße 10, 13125 Berlin

Phone: +49 30 9406 1316

Email: navid.afkhami@mdc-berlin.de
Attachment: file
Attachment: smime.p7s
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69228@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69228
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help