guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/16: gnu: emacs-ibuffer-vc: Update to 0.12.


From: guix-commits
Subject: 13/16: gnu: emacs-ibuffer-vc: Update to 0.12.
Date: Sat, 2 Sep 2023 17:49:01 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit ff051fdbc344cab65573aa6591f9fe5afce5fffd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Sep 2 23:11:43 2023 +0200

    gnu: emacs-ibuffer-vc: Update to 0.12.
    
    * gnu/packages/emacs-xyz.scm (emacs-ibuffer-vc): Update to 0.12.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c22c40205c..a8a36512a0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]