guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-nswbuff: Update to 1.3.


From: guix-commits
Subject: branch master updated: gnu: emacs-nswbuff: Update to 1.3.
Date: Thu, 29 Jul 2021 04:25:10 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3ef3f79  gnu: emacs-nswbuff: Update to 1.3.
3ef3f79 is described below

commit 3ef3f791f9b2d32bc3625bfd05fddd4bbd534a01
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 29 10:24:44 2021 +0200

    gnu: emacs-nswbuff: Update to 1.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-nswbuff): Update to 1.3.
---
 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 417a586..4a6ad81 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6428,7 +6428,7 @@ succeeds.")
 (define-public emacs-nswbuff
   (package
     (name "emacs-nswbuff")
-    (version "1.2.1")
+    (version "1.3")
     (source
      (origin
        (method git-fetch)
@@ -6437,7 +6437,7 @@ succeeds.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1sswhr52rp8c4v4fv30sww1gadbdrlk3l35j8xmqfw6hbgzxb5dn"))))
+        (base32 "0bkx7mwy3zbb0ixawvn4cysxk3jjc7ahssvdprvw19ls9xx3wbsp"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/joostkremers/nswbuff";)
     (synopsis "Quickly switch between buffers")



reply via email to

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