gnu: emacs-dpd: Update to 0.2.1.
* gnu/packages/emacs-xyz.scm (emacs-dpd): Update to 0.2.1.
This commit is contained in:
parent
e1e3230312
commit
e4aad0813b
1 changed files with 20 additions and 23 deletions
|
@ -21399,21 +21399,18 @@ package recipes.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-dpd
|
(define-public emacs-dpd
|
||||||
;; XXX: Upstream does not use tag yet. Version is extracted from "dpd.el".
|
|
||||||
(let ((commit "f53f251a58859f375617ce4f257fecc83c8ca5da")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-dpd")
|
(name "emacs-dpd")
|
||||||
(version (git-version "0.1.0" revision commit))
|
(version "0.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.com/lilyp/emacs-dpd")
|
(url "https://gitlab.com/lilyp/emacs-dpd")
|
||||||
(commit commit)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1nislvaxjb53x2ah330szcca4d595npx6zxrrwa5xximj6365wk0"))))
|
(base32 "0wrqmpfcqp87dr5blpskf9kvm9slvffldqfxx77n15gcw516zzc8"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-packed" ,emacs-packed)))
|
`(("emacs-packed" ,emacs-packed)))
|
||||||
|
@ -21422,7 +21419,7 @@ package recipes.")
|
||||||
(description
|
(description
|
||||||
"This package provides tools for generating package-desc structures and
|
"This package provides tools for generating package-desc structures and
|
||||||
feeding them to package.el library.")
|
feeding them to package.el library.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-picpocket
|
(define-public emacs-picpocket
|
||||||
(let ((version "41")
|
(let ((version "41")
|
||||||
|
|
Reference in a new issue