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,21 +21399,18 @@ package recipes.")
(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))
(version "0.2.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://gitlab.com/lilyp/emacs-dpd")
(commit commit)))
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1nislvaxjb53x2ah330szcca4d595npx6zxrrwa5xximj6365wk0"))))
(base32 "0wrqmpfcqp87dr5blpskf9kvm9slvffldqfxx77n15gcw516zzc8"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-packed" ,emacs-packed)))
@ -21422,7 +21419,7 @@ package recipes.")
(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")