[PATCH] gnu: python-canonicaljson: Update to 1.4.0.

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

Debbugs page

Michael Rohleder wrote 4 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20201031213503.24182-1-mike@rohleder.de
* gnu/packages/python-xyz.scm (python-canonicaljson): Update to 1.4.0.
---
synapse (at runtime, grml): Missing Requirements: 'canonicaljson>=1.3.0'

gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (22 lines)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a0779532a2..1234caa65b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21437,13 +21437,13 @@ information for your operating system.")
(define-public python-canonicaljson
(package
(name "python-canonicaljson")
- (version "1.1.4")
+ (version "1.4.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "canonicaljson" version))
(sha256
- (base32 "09cpacc8yvcc74i63pdmlfaahh77dnvbyw9zf29wml2zzwqfbg25"))))
+ (base32 "0c86g0vvzdcg3nrcsqnbzlfhpprc2i894p8i14hska56yl27d6w9"))))
(build-system python-build-system)
(propagated-inputs
`(("python-six" ,python-six)
--
2.29.1
Marius Bakke wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)
87zh3pc5fc.fsf@gnu.org
Michael Rohleder <mike@rohleder.de> writes:

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

Applied, thanks! (did you get a Savannah account yet?)

Toggle quote (3 lines)
> ---
> synapse (at runtime, grml): Missing Requirements: 'canonicaljson>=1.3.0'

Perhaps we could create a dummy check phase for synapse that catches
such problems.
-----BEGIN PGP SIGNATURE-----

iQFDBAEBCgAtFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl+q+ocPHG1hcml1c0Bn
bnUub3JnAAoJEKKgbfKjOlT6voAH/i7juee4Z9BZVm0p2fy8F5TUWiRFu+JSQsGG
dEzqsnPcUCkOccUTfz/Srwyz9Q+pHlqIDpqX1tcRrUPZdzQuPWM8SqSHG1fjFonw
lQvggLjHkatlIz7MvZmr56YlOqkHg3+QECZzIUy+ztCapo0CtcjHacjL5QNPHTIN
29N6vFm3kO3Zhn1giKS3Q894ZNQ/iL/JxHNQMIBv7nrQCT6akC+h6vqDxL8xwPO3
miB003YGhIi72z2MBjkvjcrjCClbiPbKbnVVsByKd80HrieJRg9JJYCWUe24htSl
Ci6WMCdv6fPAlnuUCAshKrOPCGcJ0/pdXi8GIyTrAe/q5F0/wwY=
=OtuY
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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