unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61591] [PATCH] gnu: python-jupytext: Update to 1.14.4.
@ 2023-02-18  1:35 Greg Hogan
  2023-02-21 13:51 ` bug#61591: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2023-02-18  1:35 UTC (permalink / raw)
  To: 61591; +Cc: Greg Hogan

Fixes test failure in test_multiple_pairing in 1.14.1.

* gnu/packages/python-xyz.scm (python-jupytext): Update to 1.14.4.

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f97faefc65..a88d590c46 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -319,7 +319,7 @@ (define-public python-janus
 (define-public python-jupytext
   (package
     (name "python-jupytext")
-    (version "1.14.1")
+    (version "1.14.4")
     (source
      (origin
        (method git-fetch)
@@ -328,7 +328,7 @@ (define-public python-jupytext
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0gqpvphrp2ja9ggadx0rrk0sqbpz6kqqg62qqmw4k17469lphc8c"))))
+        (base32 "19d443vx597zzxna09qpync9iic3mris80bwm3kd8xaxaq0zq9w4"))))
     (build-system python-build-system)
     (arguments
      (list
-- 
2.39.2





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

* bug#61591: [PATCH] gnu: python-jupytext: Update to 1.14.4.
  2023-02-18  1:35 [bug#61591] [PATCH] gnu: python-jupytext: Update to 1.14.4 Greg Hogan
@ 2023-02-21 13:51 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-02-21 13:51 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 61591-done, guix-patches

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


Greg Hogan <code@greghogan.com> writes:

> Fixes test failure in test_multiple_pairing in 1.14.1.
>
> * gnu/packages/python-xyz.scm (python-jupytext): Update to 1.14.4.

Thanks! I've pushed this to master as
e1e74336a2b5f39653520b731bdc3696390a1f18.

Chris

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

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

end of thread, other threads:[~2023-02-21 13:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-18  1:35 [bug#61591] [PATCH] gnu: python-jupytext: Update to 1.14.4 Greg Hogan
2023-02-21 13:51 ` bug#61591: " Christopher Baines

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).