unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#44361] [PATCH] gnu: python-canonicaljson: Update to 1.4.0.
@ 2020-10-31 21:35 Michael Rohleder
  2020-11-10 20:39 ` bug#44361: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2020-10-31 21:35 UTC (permalink / raw)
  To: 44361; +Cc: Michael Rohleder

* 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(-)

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#44361: [PATCH] gnu: python-canonicaljson: Update to 1.4.0.
  2020-10-31 21:35 [bug#44361] [PATCH] gnu: python-canonicaljson: Update to 1.4.0 Michael Rohleder
@ 2020-11-10 20:39 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2020-11-10 20:39 UTC (permalink / raw)
  To: Michael Rohleder, 44361-done; +Cc: Michael Rohleder

[-- Attachment #1: Type: text/plain, Size: 342 bytes --]

Michael Rohleder <mike@rohleder.de> writes:

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

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

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

Perhaps we could create a dummy check phase for synapse that catches
such problems.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 507 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-10 20:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-31 21:35 [bug#44361] [PATCH] gnu: python-canonicaljson: Update to 1.4.0 Michael Rohleder
2020-11-10 20:39 ` bug#44361: " Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).