gnu: emacs-guix: Update to 0.6.1.

* gnu/packages/emacs-xyz.scm (emacs-guix): Update to 0.6.1.

Merges guix/guix!5669

Change-Id: I127d54c85eee881c88759517f9b5eadbbf4e90ba
This commit is contained in:
Cayetano Santos 2026-01-16 16:35:18 +01:00
parent fbb160cb0e
commit f8e440518f
No known key found for this signature in database
GPG key ID: BF5CDF4DF6BF6682

View file

@ -7980,21 +7980,18 @@ type, for example: packages, buffers, files, etc.")
(license license:gpl3+)))
(define-public emacs-guix
;; No releases, nor tags.
(let ((commit "bccba0c1e6446f10075d8eaebae9eef6e67159a3")
(revision "10"))
(package
(name "emacs-guix")
(version (git-version "0.5.2" revision commit))
(version "0.6.1")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://codeberg.org/guix/emacs-guix/")
(commit commit)))
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"02p342vqcadbc6kqrpxsispy2dx46ypsp43s4p7llyajxvgk8zks"))))
"14639wg2717yawj4qhmmzvirrvjy0s1jw2j9wgyzc21h7hl016pz"))))
(build-system gnu-build-system)
(arguments
(list
@ -8034,7 +8031,7 @@ type, for example: packages, buffers, files, etc.")
Guix package manager. Particularly, it allows you to do various package
management tasks from Emacs. To begin with, run @code{M-x guix-about} or
@code{M-x guix-help} command.")
(license license:gpl3+))))
(license license:gpl3+)))
(define-public emacs-build-farm
(package