~ruther/guix-local

aa2771faff6ae48939670314170fcbbe6b67e37d — Sharlatan Hellseher 2 years ago 98cab4b
gnu: python-jupytext: Update to 1.15.0.

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

Change-Id: I8cbd4e45eae838cb1733bf8feeb3bc2abe960513
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -2
@@ 536,7 536,7 @@ design}.")
(define-public python-jupytext
  (package
    (name "python-jupytext")
    (version "1.14.4")
    (version "1.15.0")
    (source
     (origin
       (method git-fetch)


@@ 545,7 545,7 @@ design}.")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "19d443vx597zzxna09qpync9iic3mris80bwm3kd8xaxaq0zq9w4"))))
        (base32 "0bgf0c4py22ip7qfla8mrmypfh3bg151c8awsr1gvcbw7m4ni01k"))))
    (build-system python-build-system)
    (arguments
     (list