Archived
1
0
Fork 0

gnu: emacs-sudo-edit: Update to 0.1.1.

* gnu/packages/emacs-xyz.scm (emacs-sudo-edit): Update to 0.1.1.
This commit is contained in:
Nicolas Goaziou 2021-02-08 08:17:33 +01:00
parent 5424ca6d6e
commit 9cef3255e3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5028,22 +5028,18 @@ Gnus, e.g., for applying patches received by email.")
(license license:gpl2+)))) (license license:gpl2+))))
(define-public emacs-sudo-edit (define-public emacs-sudo-edit
;; No proper release nor tag.
(let ((commit "0e2c32b5e5242d30f8780cbe8e1b1649476cac4d")
(revision "0"))
(package (package
(name "emacs-sudo-edit") (name "emacs-sudo-edit")
(version (git-version "0.1.0" revision commit)) (version "0.1.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/nflath/sudo-edit") (url "https://github.com/nflath/sudo-edit")
(commit commit))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "1hncxbg5lvywzkwvdmzvrz71midy4samjq2vvxxhz90z1y5l8l29"))))
"1z26i4hzi2mksl4nr8szzlnrnyv96fg7jjddbm5dp5dlmh2pndk1"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(native-inputs (native-inputs
`(("emacs-undercover" ,emacs-undercover))) `(("emacs-undercover" ,emacs-undercover)))
@ -5063,7 +5059,7 @@ Gnus, e.g., for applying patches received by email.")
(description (description
"This package allows editing files as another user, including the root "This package allows editing files as another user, including the root
user.") user.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-miniedit (define-public emacs-miniedit
(package (package