mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
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,30 +21399,27 @@ (define-public emacs-packed
|
|||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-dpd
|
||||
;; XXX: Upstream does not use tag yet. Version is extracted from "dpd.el".
|
||||
(let ((commit "f53f251a58859f375617ce4f257fecc83c8ca5da")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-dpd")
|
||||
(version (git-version "0.1.0" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://gitlab.com/lilyp/emacs-dpd")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1nislvaxjb53x2ah330szcca4d595npx6zxrrwa5xximj6365wk0"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-packed" ,emacs-packed)))
|
||||
(home-page "https://gitlab.com/lilyp/emacs-dpd")
|
||||
(synopsis "Deliver packages to package.el")
|
||||
(description
|
||||
"This package provides tools for generating package-desc structures and
|
||||
(package
|
||||
(name "emacs-dpd")
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://gitlab.com/lilyp/emacs-dpd")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0wrqmpfcqp87dr5blpskf9kvm9slvffldqfxx77n15gcw516zzc8"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-packed" ,emacs-packed)))
|
||||
(home-page "https://gitlab.com/lilyp/emacs-dpd")
|
||||
(synopsis "Deliver packages to package.el")
|
||||
(description
|
||||
"This package provides tools for generating package-desc structures and
|
||||
feeding them to package.el library.")
|
||||
(license license:gpl3+))))
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-picpocket
|
||||
(let ((version "41")
|
||||
|
|
Loading…
Reference in a new issue