[PATCH 1/1] gnu: python-orderedmultidict: Update to 1.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Hamzeh Nasajpour
  • Marius Bakke
Owner
unassigned
Submitted by
Hamzeh Nasajpour
Severity
normal

Debbugs page

Hamzeh Nasajpour wrote 5 years ago
(address . guix-patches@gnu.org)
2b0804db-e4ba-46a5-845b-7c93d1e70a61@www.fastmail.com
* gnu/packages/python-xyz.scm (python-orderedmultidict): Update to 1.0.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4cbf20ebcd..a3198f9b1e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5082,14 +5082,14 @@ where key might be occurred more than once in the container.")
(define-public python-orderedmultidict
(package
(name "python-orderedmultidict")
- (version "0.7.11")
+ (version "1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "orderedmultidict" version))
(sha256
(base32
- "0dls862ibm7qbq4fnvwx0xn1v9hwyzywbff8xjjdr42dd75208yw"))))
+ "1idjbl933avgaadscrjw1np3xkvnz3phq0l8vw5qs0rqcjx9b65q"))))
(build-system python-build-system)
(arguments
`(#:phases
--
2.26.0
Marius Bakke wrote 5 years ago
87lfl9zfcm.fsf@gnu.org
"Hamzeh Nasajpour" <h.nasajpour@pantherx.org> writes:

Toggle quote (2 lines)
> * gnu/packages/python-xyz.scm (python-orderedmultidict): Update to 1.0.

Applied, thanks!
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl7SaIkACgkQoqBt8qM6
VPo42Af/VVgL/0kHPGsorhzhH+lLDllbhoCEHoire1Q+T86lgfQy+QWpAbVCvd0J
voKIXa1IFJqJN1cbPDIdFuXo4smLaRYe30LR1fna02ccluGFoxdTdb2wSzrVfmV9
paKbkEJajwYcroQivdn2Nm/yQ7+SvVwClh64rN1ASN5hZg7tDBTLj2AJVcUKZUiN
oSJ9xdDHgsK2cwGGbpRvnAGI0hdxY9ImL28KsSeRcr5tCjuswD0Zw69H1+i5S6Pb
0l+PPMlrELqlu5R8A04edwb++Qu0XUw4h74ga+EtO9E1H4s8wgEN2GvBBYlymqfC
I+zxy2wVhEXWeZ/ZA/KwDNIFPG25Hw==
=Jt45
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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