diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-01-04 11:38:18 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-01-04 12:08:31 +0100 |
commit | 85d742aa12cd88c90c9514c34829995e33a1ba65 (patch) | |
tree | f9bb490df882845b9667028b755c9977dd35dffb | |
parent | 9470fd9cd830f7e9e16ea38e822693d00ace1054 (diff) |
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
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files 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") |