diff mbox series

[bug#69228] gnu: python-ega-download-client: Update to 5.1.0.

Message ID 35fa5eebe09398fddf246da40ce0c2e5c875fd15.1708108051.git.navid.afkhami@mdc-berlin.de
State New
Headers show
Series [bug#69228] gnu: python-ega-download-client: Update to 5.1.0. | expand

Commit Message

nafkhamdc Feb. 16, 2024, 6:27 p.m. UTC
* 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(-)


base-commit: 96a2357a8a19bd4a796fdf1a875f7f3e0c91030c

Comments

nafkhamdc Feb. 19, 2024, 8:44 a.m. UTC | #1
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
diff mbox series

Patch

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