all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#67854] [PATCH] gnu: emacs-jinx: Update to 1.0.
@ 2023-12-16 18:58 Nicolas Graves via Guix-patches via
  2023-12-22 16:39 ` bug#67854: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2023-12-16 18:58 UTC (permalink / raw)
  To: 67854; +Cc: ngraves

* gnu/packages/emacs-xyz.scm (emacs-jinx): Update to 1.0.

Change-Id: I6dd54a220ba6c0bd466a83f7051bf8459cf2840a
---
 gnu/packages/emacs-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c75b03c30e..49f2faaee1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10688,7 +10688,7 @@ (define-public emacs-jinja2-mode
 (define-public emacs-jinx
   (package
     (name "emacs-jinx")
-    (version "0.9")
+    (version "1.0")
     (source
      (origin
        (method git-fetch)
@@ -10698,8 +10698,7 @@ (define-public emacs-jinx
          (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "0xayrqnsws2n2p0qbdl291fva4ljp3kqrr591xbq1wr6n95hfyn5"))))
+        (base32 "00rlp7iby02zd3sqigpyskph4a26r0dgp53y17hm4xjr6zqifhz5"))))
     (build-system emacs-build-system)
     (arguments
      (list
-- 
2.41.0





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

* bug#67854: [PATCH] gnu: emacs-jinx: Update to 1.0.
  2023-12-16 18:58 [bug#67854] [PATCH] gnu: emacs-jinx: Update to 1.0 Nicolas Graves via Guix-patches via
@ 2023-12-22 16:39 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-12-22 16:39 UTC (permalink / raw)
  To: Nicolas Graves; +Cc: 67854-done

Nicolas Graves <ngraves@ngraves.fr> skribis:

> * gnu/packages/emacs-xyz.scm (emacs-jinx): Update to 1.0.
>
> Change-Id: I6dd54a220ba6c0bd466a83f7051bf8459cf2840a

Applied, thanks!




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

end of thread, other threads:[~2023-12-22 16:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-16 18:58 [bug#67854] [PATCH] gnu: emacs-jinx: Update to 1.0 Nicolas Graves via Guix-patches via
2023-12-22 16:39 ` bug#67854: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.