me
/
guix
Archived
1
0
Fork 0

gnu: emacs-dpd: Update to 0.2.1.

* gnu/packages/emacs-xyz.scm (emacs-dpd): Update to 0.2.1.
master
Liliana Marie Prikler 2021-12-10 23:15:58 +01:00
parent e1e3230312
commit e4aad0813b
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 20 additions and 23 deletions

View File

@ -21399,30 +21399,27 @@ 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". (package
(let ((commit "f53f251a58859f375617ce4f257fecc83c8ca5da") (name "emacs-dpd")
(revision "0")) (version "0.2.1")
(package (source
(name "emacs-dpd") (origin
(version (git-version "0.1.0" revision commit)) (method git-fetch)
(source (uri (git-reference
(origin (url "https://gitlab.com/lilyp/emacs-dpd")
(method git-fetch) (commit version)))
(uri (git-reference (file-name (git-file-name name version))
(url "https://gitlab.com/lilyp/emacs-dpd") (sha256
(commit commit))) (base32 "0wrqmpfcqp87dr5blpskf9kvm9slvffldqfxx77n15gcw516zzc8"))))
(file-name (git-file-name name version)) (build-system emacs-build-system)
(sha256 (propagated-inputs
(base32 "1nislvaxjb53x2ah330szcca4d595npx6zxrrwa5xximj6365wk0")))) `(("emacs-packed" ,emacs-packed)))
(build-system emacs-build-system) (home-page "https://gitlab.com/lilyp/emacs-dpd")
(propagated-inputs (synopsis "Deliver packages to package.el")
`(("emacs-packed" ,emacs-packed))) (description
(home-page "https://gitlab.com/lilyp/emacs-dpd") "This package provides tools for generating package-desc structures and
(synopsis "Deliver packages to package.el")
(description
"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")