gnu: emacs-prism: Update to 0.3.5.
* gnu/packages/emacs-xyz.scm (emacs-prism): Update to 0.3.5. [propagated-inputs]: Add EMACS-COMPAT. Change-Id: I4cb227752028fd40b064346d777a40da92a3874bmaster
parent
671369f204
commit
ae0b283d7d
|
@ -1340,27 +1340,28 @@ buffer.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-prism
|
(define-public emacs-prism
|
||||||
|
(let ((commit "6046a5cf793f65ff86fe0392e0edf29ffcd57567")) ;version bump
|
||||||
(package
|
(package
|
||||||
(name "emacs-prism")
|
(name "emacs-prism")
|
||||||
(version "0.3.2")
|
(version "0.3.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/alphapapa/prism.el")
|
(url "https://github.com/alphapapa/prism.el")
|
||||||
(commit version)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0n2gf7302hqdnhsax1y3ahksfmmpd8cmiv1zgb7rjg8qhcs0iqp2"))))
|
"1p4vqyc4jm0pg4999i0k04pl0sa9nhrczxf4bng4id1r19sxm6dh"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs (list emacs-dash))
|
(propagated-inputs (list emacs-compat emacs-dash))
|
||||||
(home-page "https://github.com/alphapapa/prism.el")
|
(home-page "https://github.com/alphapapa/prism.el")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Disperses bracket-bounded syntax into a spectrum of color by depth")
|
"Disperses bracket-bounded syntax into a spectrum of color by depth")
|
||||||
(description
|
(description
|
||||||
"Prism is a Rainbow Blocks-like mode for Emacs. It preserves non-color
|
"Prism is a Rainbow Blocks-like mode for Emacs. It preserves non-color
|
||||||
face properties and allows configuration of faces and colors.")
|
face properties and allows configuration of faces and colors.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-project
|
(define-public emacs-project
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue