me
/
guix
Archived
1
0
Fork 0

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
master
Nicolas Goaziou 2024-01-04 11:38:18 +01:00
parent 9470fd9cd8
commit 85d742aa12
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -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")