Archived
1
0
Fork 0

gnu: emacs-git-link: Update to 0.9.2.

* gnu/packages/emacs-xyz.scm (emacs-git-link): Update to 0.9.2.

Change-Id: I8242f9d64ee4f9822ec4b73673d23958779791b3
This commit is contained in:
Nicolas Goaziou 2024-07-21 15:59:38 +02:00
parent 738e923f6c
commit 5a87cda965
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6920,7 +6920,7 @@ window.")
(define-public emacs-git-link (define-public emacs-git-link
(package (package
(name "emacs-git-link") (name "emacs-git-link")
(version "0.9.1") (version "0.9.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -6929,7 +6929,7 @@ window.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1dxmzk4qrz69h097lwshfg4qavdp92an5212ndhjkpmkgvk1v0xl")))) (base32 "1z7m7xl72x7as3d9l3zspac53kyij7hixpz1y2aq5gqpa7wzh87z"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
(list (list