me
/
guix
Archived
1
0
Fork 0

gnu: source-highlight: Update to 3.1.9.

* gnu/packages/pretty-print.scm (source-highlight): Update to 3.1.9.
master
Marius Bakke 2020-01-14 18:09:10 +01:00
parent 6e332fd370
commit e4da86f358
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ to @code{IOStreams}.")
(define-public source-highlight (define-public source-highlight
(package (package
(name "source-highlight") (name "source-highlight")
(version "3.1.8") (version "3.1.9")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -198,7 +198,7 @@ to @code{IOStreams}.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"18xdalxg7yzrxc1njzgw7aryq2jdm7zq2yqz41sc7k6il5z6lcq1")))) "148w47k3zswbxvhg83z38ifi85f9dqcpg7icvvw1cm6bg21x4zrs"))))
(build-system gnu-build-system) (build-system gnu-build-system)
;; The ctags that comes with emacs does not support the --excmd options, ;; The ctags that comes with emacs does not support the --excmd options,
;; so can't be used ;; so can't be used