mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: source-highlight: Update to 3.1.9.
* gnu/packages/pretty-print.scm (source-highlight): Update to 3.1.9.
This commit is contained in:
parent
6e332fd370
commit
e4da86f358
1 changed files with 2 additions and 2 deletions
|
@ -190,7 +190,7 @@ to @code{IOStreams}.")
|
|||
(define-public source-highlight
|
||||
(package
|
||||
(name "source-highlight")
|
||||
(version "3.1.8")
|
||||
(version "3.1.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -198,7 +198,7 @@ to @code{IOStreams}.")
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"18xdalxg7yzrxc1njzgw7aryq2jdm7zq2yqz41sc7k6il5z6lcq1"))))
|
||||
"148w47k3zswbxvhg83z38ifi85f9dqcpg7icvvw1cm6bg21x4zrs"))))
|
||||
(build-system gnu-build-system)
|
||||
;; The ctags that comes with emacs does not support the --excmd options,
|
||||
;; so can't be used
|
||||
|
|
Loading…
Reference in a new issue