gnu: emacs-md4rd: Update to 0.3.1.

* gnu/packages/emacs-xyz.scm (emacs-md4rd): Update to 0.3.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Brian Leung 2019-06-27 09:14:32 +02:00 committed by Ludovic Courtès
parent 26150eac73
commit 55a0b2a08d
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -10678,21 +10678,18 @@ navigate and display hierarchy structures.")
(license license:gpl3+)))) (license license:gpl3+))))
(define-public emacs-md4rd (define-public emacs-md4rd
(let ((commit "c55512c2f7680db2a1e73db6bdf93adecaf40fec")
(revision "1"))
(package (package
(name "emacs-md4rd") (name "emacs-md4rd")
(version (string-append "0.0.2" "-" revision "." (version "0.3.1")
(string-take commit 7)))
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/ahungry/md4rd.git") (url "https://github.com/ahungry/md4rd.git")
(commit commit))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0mvv1mvsrpkrmikcpfqf2zbawnzgq33j6zjdrlv48mcw57xb2ak9")))) "1n6g6k4adzkkn1g7z4j27s35xy12c1fg2r08gv345ddr3wplq4ri"))))
(propagated-inputs (propagated-inputs
`(("emacs-hierarchy" ,emacs-hierarchy) `(("emacs-hierarchy" ,emacs-hierarchy)
("emacs-request" ,emacs-request) ("emacs-request" ,emacs-request)
@ -10704,7 +10701,7 @@ navigate and display hierarchy structures.")
(synopsis "Emacs Mode for Reddit") (synopsis "Emacs Mode for Reddit")
(description (description
"This package allows to read Reddit from within Emacs interactively.") "This package allows to read Reddit from within Emacs interactively.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-pulseaudio-control (define-public emacs-pulseaudio-control
(let ((commit "7e1a87068379075a5e9ce36c64c686c03d20d379") (let ((commit "7e1a87068379075a5e9ce36c64c686c03d20d379")