unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#39059] [PATCH] gnu: dot2tex: Update to 2.11.3.
@ 2020-01-09 22:22 Jakub Kądziołka
  2020-01-12 20:57 ` bug#39059: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Kądziołka @ 2020-01-09 22:22 UTC (permalink / raw)
  To: 39059

* gnu/packages/graphviz.scm (dot2tex): Update to 2.11.3.
---
 gnu/packages/graphviz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index f9667e873b..eb4b211daf 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -330,13 +330,13 @@ graphs in Graphviz's DOT language, written in pure Python.")
 (define-public dot2tex
   (package
     (name "dot2tex")
-    (version "2.9.0")
+    (version "2.11.3")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "dot2tex" version))
               (sha256
                (base32
-                "0jhdwp0wv2h0xb7j2s5xiv7i8yaqgfpwwqcyrjvaxkfwsynm8gkx"))))
+                "1kp77wiv7b5qib82i3y3sn9r49rym43aaqm5aw1bwnzfbbq2m6i9"))))
     (build-system python-build-system)
     (arguments
      `(#:python ,python-2))
-- 
2.24.1

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

* bug#39059: [PATCH] gnu: dot2tex: Update to 2.11.3.
  2020-01-09 22:22 [bug#39059] [PATCH] gnu: dot2tex: Update to 2.11.3 Jakub Kądziołka
@ 2020-01-12 20:57 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2020-01-12 20:57 UTC (permalink / raw)
  To: Jakub Kądziołka, 39059-done

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

Jakub Kądziołka <kuba@kadziolka.net> writes:

> * gnu/packages/graphviz.scm (dot2tex): Update to 2.11.3.

Applied, thanks!

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

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

end of thread, other threads:[~2020-01-12 20:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-09 22:22 [bug#39059] [PATCH] gnu: dot2tex: Update to 2.11.3 Jakub Kądziołka
2020-01-12 20:57 ` bug#39059: " 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).