gnu: emacs-forge: Update to 0.6.0.

* gnu/packages/emacs-xyz.scm (emacs-forge): Update to 0.6.0.

Change-Id: Iaa6a67e8eadae4a616e5d108e8281847d95a2ece
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
This commit is contained in:
Cayetano Santos 2025-09-29 10:51:20 +02:00 committed by Maxim Cournoyer
parent 6b180fcbf8
commit 5d113af08c
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -36159,7 +36159,7 @@ commands (a prefix and a suffix) we prefer to call it just a \"transient\".")
(define-public emacs-forge
(package
(name "emacs-forge")
(version "0.5.3")
(version "0.6.0")
(source
(origin
(method git-fetch)
@ -36168,7 +36168,7 @@ commands (a prefix and a suffix) we prefer to call it just a \"transient\".")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1vr7qrrcj2vdh5h3w43jzqym33ax58218jq3idjrr8wnlh7vdj18"))))
(base32 "17x7rvlnpdk6f0c96x0m3lgd89znzysqc9184m442w9p9swp93j1"))))
(build-system emacs-build-system)
(arguments
(list
@ -36187,10 +36187,11 @@ commands (a prefix and a suffix) we prefer to call it just a \"transient\".")
(list texinfo))
(propagated-inputs
(list emacs-closql
emacs-compat
emacs-cond-let
emacs-emacsql
emacs-ghub
emacs-llama
emacs-let-alist
emacs-magit
emacs-markdown-mode
emacs-yaml))