guix-commits
[Top][All Lists]
Advanced

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

04/18: gnu: emacs-super-save: Update to 0.4.0.


From: guix-commits
Subject: 04/18: gnu: emacs-super-save: Update to 0.4.0.
Date: Thu, 4 Jan 2024 06:11:27 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 85d742aa12cd88c90c9514c34829995e33a1ba65
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jan 4 11:38:18 2024 +0100

    gnu: emacs-super-save: Update to 0.4.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-super-save): Update to 0.4.0.
    
    Change-Id: I88a8ff0267362ea5f8f8075be4c0020bf51b4f02
---
 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 e437789c8b..8d8f0a6b4b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33595,7 +33595,7 @@ passphrase until the first time you push to a remote.")
 (define-public emacs-super-save
   (package
     (name "emacs-super-save")
-    (version "0.3.0")
+    (version "0.4.0")
     (source
      (origin
        (method git-fetch)
@@ -33605,7 +33605,7 @@ passphrase until the first time you push to a remote.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "066fyg4r4pksyandpd7s53hagpvm2rw90q5ks4jlpgy7x00hw09l"))))
+         "1nypbklgfxyrp55f0dazg9hm7gkqibijd6k4nlb0b0f1rhcm989b"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/bbatsov/super-save";)
     (synopsis "Auto-save buffers, based on your activity")



reply via email to

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