diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-07-21 16:01:20 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-07-21 16:01:20 +0200 |
commit | 603d34e4b5722c31ed775cc188d8ee51ae6ebd7a (patch) | |
tree | 5e2e136d2fc70e03f53759c7606d0433af7c0f81 | |
parent | 945cc8235ce0ebfc8b75c85988a91e2cb2cb521c (diff) | |
download | guix-603d34e4b5722c31ed775cc188d8ee51ae6ebd7a.tar.gz guix-603d34e4b5722c31ed775cc188d8ee51ae6ebd7a.zip |
gnu: emacs-jinx: Update to 1.9.
* gnu/packages/emacs-xyz.scm (emacs-jinx): Update to 1.9.
Change-Id: Id3ff83539e8be6fcb9f87916fe49a9d02b422f62
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 64cc21b7e6..052aedb35e 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -11240,7 +11240,7 @@ sgml/html integration, and indentation (working with sgml).") (define-public emacs-jinx (package (name "emacs-jinx") - (version "1.8") + (version "1.9") (source (origin (method git-fetch) @@ -11250,7 +11250,7 @@ sgml/html integration, and indentation (working with sgml).") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0sdirjxi5gsmc1vbmkj494s54zcmf6xrl6lrdqjnqmlbgq8517nw")))) + (base32 "17bygyvllmmnngmbp8grs5nrngiy61c2kbyxykf1hgvmj4hqwkv8")))) (build-system emacs-build-system) (arguments (list |