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

  • Done
  • quality assurance status badge
Details
2 participants
  • nafkhamdc
  • Ricardo Wurmus
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)
e0cf59942acd9884f5187fb0b42110d39a49669a.1708104961.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: ec9cb94ba2f57a511dda0c6e173a60d40c85bb75
--
2.34.1
Ricardo Wurmus wrote 1 years ago
(address . 69221-done@debbugs.gnu.org)
87plwser0n.fsf@elephly.net
I changed the commit message (you aren’t updating the package to a new
version) and pushed it with commit 07ecdb99b6c4b6b3e993d08034138bf69414020b.

--
Ricardo
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 69221
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