me
/
guix
Archived
1
0
Fork 0

gnu: emacs-ibuffer-vc: Update to 0.12.

* gnu/packages/emacs-xyz.scm (emacs-ibuffer-vc): Update to 0.12.
master
Nicolas Goaziou 2023-09-02 23:11:43 +02:00
parent bff0df1623
commit ff051fdbc3
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -24007,7 +24007,7 @@ by their Projectile root directory.")
(define-public emacs-ibuffer-vc
(package
(name "emacs-ibuffer-vc")
(version "0.11")
(version "0.12")
(source
(origin
(method git-fetch)
@ -24016,7 +24016,7 @@ by their Projectile root directory.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1mgn7b786j4hwq1ks012hxxgvrfn5rz90adi2j190gmjz60rc5g5"))))
(base32 "0mnxh6annmys4h1xhc2c7l7ajp4pwvdg68n30x7a21ad9qlvizil"))))
(build-system emacs-build-system)
(home-page "https://github.com/purcell/ibuffer-vc")
(synopsis "Group Ibuffer's list by revision control system indications")