mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: emacs-git-gutter-fringe: Update to 0.23-2.648cb5b.
* gnu/packages/emacs-xyz.scm (emacs-git-gutter-fringe): Update to 0.23-2.648cb5b.
This commit is contained in:
parent
d7b8c03a70
commit
822166ac31
1 changed files with 3 additions and 3 deletions
|
@ -4888,8 +4888,8 @@ (define-public emacs-git-gutter
|
|||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-git-gutter-fringe
|
||||
(let ((commit "16226caab44174301f1659f7bf8cc67a76153445")
|
||||
(revision "1"))
|
||||
(let ((commit "648cb5b57faec55711803cdc9434e55a733c3eba")
|
||||
(revision "2"))
|
||||
(package
|
||||
(name "emacs-git-gutter-fringe")
|
||||
(version (git-version "0.23" revision commit))
|
||||
|
@ -4901,7 +4901,7 @@ (define-public emacs-git-gutter-fringe
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1y77gjl0yznamdj0f55d418zb75k22izisjg7ikvrfsl2yfqf3pm"))))
|
||||
(base32 "13bqq5r8ys2mmw1ffsm6hn6fji0vq3nx3slw98c9dgbvlprkaiip"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-git-gutter emacs-fringe-helper))
|
||||
|
|
Loading…
Reference in a new issue