Archived
1
0
Fork 0

gnu: emacs-prodigy-el: Update to 0.7.0-2.0a12eec.

* gnu/packages/emacs-xyz.scm (emacs-prodigy-el): Update to 0.7.0-2.0a12eec.
This commit is contained in:
Brian Leung 2019-09-10 09:56:05 +02:00 committed by Brian Leung
parent 3edc440dbf
commit 752684568e
No known key found for this signature in database
GPG key ID: 3ADC75F013D678F9

View file

@ -17020,12 +17020,11 @@ invoked.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-prodigy-el (define-public emacs-prodigy-el
(let ((commit "701dccaa56de9e6a330c05bde33bce4f3b3d6a97") (let ((commit "0a12eec1f001a4eef16b2c0c524f02f2647a4ff1")
(version "0.7.0") (revision "2"))
(revision "28"))
(package (package
(name "emacs-prodigy-el") (name "emacs-prodigy-el")
(version (git-version version revision commit)) (version (git-version "0.7.0" revision commit))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -17035,7 +17034,7 @@ invoked.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1vyvxawlayp2nra0q83146q2nzv8qwn5a4nj0sx1jc90a0a83vgj")))) "02kysq57kqzg0zkhaf302ada9cp9spgp71z8vbdq4c7dl6x75h4g"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-dash" ,emacs-dash) `(("emacs-dash" ,emacs-dash)