gnu: emacs-undercover: Update to 0.8.0.

* gnu/packages/emacs-xyz.scm (emacs-undercover): Update to 0.8.0.
This commit is contained in:
Nicolas Goaziou 2021-02-07 23:17:40 +01:00
parent 5c38b577cc
commit a3094c5d26
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3996,16 +3996,16 @@ (define-public emacs-shut-up
(define-public emacs-undercover
(package
(name "emacs-undercover")
(version "0.6.1")
(version "0.8.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/sviridov/undercover.el")
(commit version)))
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "080bmfwyfi8663y8x594770hqz7mff7zvj2v03qdfwbhdr9w9y29"))))
(base32 "19d3373fy635vbfwr1yhxirwqn68qzny9byv74smxws4ly04mr02"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)