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>master
parent
26150eac73
commit
55a0b2a08d
|
@ -10678,33 +10678,30 @@ navigate and display hierarchy structures.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-md4rd
|
(define-public emacs-md4rd
|
||||||
(let ((commit "c55512c2f7680db2a1e73db6bdf93adecaf40fec")
|
(package
|
||||||
(revision "1"))
|
(name "emacs-md4rd")
|
||||||
(package
|
(version "0.3.1")
|
||||||
(name "emacs-md4rd")
|
(source (origin
|
||||||
(version (string-append "0.0.2" "-" revision "."
|
(method git-fetch)
|
||||||
(string-take commit 7)))
|
(uri (git-reference
|
||||||
(source (origin
|
(url "https://github.com/ahungry/md4rd.git")
|
||||||
(method git-fetch)
|
(commit version)))
|
||||||
(uri (git-reference
|
(file-name (git-file-name name version))
|
||||||
(url "https://github.com/ahungry/md4rd.git")
|
(sha256
|
||||||
(commit commit)))
|
(base32
|
||||||
(file-name (git-file-name name version))
|
"1n6g6k4adzkkn1g7z4j27s35xy12c1fg2r08gv345ddr3wplq4ri"))))
|
||||||
(sha256
|
(propagated-inputs
|
||||||
(base32
|
`(("emacs-hierarchy" ,emacs-hierarchy)
|
||||||
"0mvv1mvsrpkrmikcpfqf2zbawnzgq33j6zjdrlv48mcw57xb2ak9"))))
|
("emacs-request" ,emacs-request)
|
||||||
(propagated-inputs
|
("emacs-dash" ,emacs-dash)
|
||||||
`(("emacs-hierarchy" ,emacs-hierarchy)
|
("emacs-s" ,emacs-s)
|
||||||
("emacs-request" ,emacs-request)
|
("emacs-tree-mode" ,emacs-tree-mode)))
|
||||||
("emacs-dash" ,emacs-dash)
|
(build-system emacs-build-system)
|
||||||
("emacs-s" ,emacs-s)
|
(home-page "https://github.com/ahungry/md4rd")
|
||||||
("emacs-tree-mode" ,emacs-tree-mode)))
|
(synopsis "Emacs Mode for Reddit")
|
||||||
(build-system emacs-build-system)
|
(description
|
||||||
(home-page "https://github.com/ahungry/md4rd")
|
"This package allows to read Reddit from within Emacs interactively.")
|
||||||
(synopsis "Emacs Mode for Reddit")
|
(license license:gpl3+)))
|
||||||
(description
|
|
||||||
"This package allows to read Reddit from within Emacs interactively.")
|
|
||||||
(license license:gpl3+))))
|
|
||||||
|
|
||||||
(define-public emacs-pulseaudio-control
|
(define-public emacs-pulseaudio-control
|
||||||
(let ((commit "7e1a87068379075a5e9ce36c64c686c03d20d379")
|
(let ((commit "7e1a87068379075a5e9ce36c64c686c03d20d379")
|
||||||
|
|
Reference in New Issue