~ruther/guix-local

c31efc03989b7099c555ab9cf07c1925d95e1514 — Maxim Cournoyer 11 months ago eb7fb3c
gnu: emacs-turtles: Update to 2.0.1.

* gnu/packages/emacs-xyz.scm (emacs-turtles): Update to 2.0.1.

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

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +2 -2
@@ 11021,7 11021,7 @@ variables, and so on.  The mode also allows you to execute Tup commands.")
(define-public emacs-turtles
  (package
    (name "emacs-turtles")
    (version "2.0.0")
    (version "2.0.1")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 11030,7 11030,7 @@ variables, and so on.  The mode also allows you to execute Tup commands.")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "0gwnsrfiiizcrcccbs3pyx030wydg6xmh7vy9r7lvbh8hmxghbyg"))))
                "1cipfgzx8ws79lzx7dfqr9lbirxf5fl332y8m5wz46455421avgi"))))
    (build-system emacs-build-system)
    (propagated-inputs (list emacs-compat))
    (home-page "https://github.com/szermatt/turtles")