mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: ghc-texmath: Update to 0.11.0.1.
* gnu/packages/haskell.scm (ghc-texmath): Update to 0.11.0.1.
This commit is contained in:
parent
cd4476032c
commit
cfac79ba6b
1 changed files with 2 additions and 2 deletions
|
@ -5248,14 +5248,14 @@ (define-public ghc-pandoc-types-for-pandoc-1
|
|||
(define-public ghc-texmath
|
||||
(package
|
||||
(name "ghc-texmath")
|
||||
(version "0.10.1.1")
|
||||
(version "0.11.0.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://hackage.haskell.org/package/"
|
||||
"texmath/texmath-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0q2fld5mdcd6j1n3rrg3bjpndbgbn17cwg0xbnvscrpa0s767jaj"))))
|
||||
"11dc09hfnyfsz20ch2c867w0zdgjkzq41506lm61i3dk87ngdisf"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-syb" ,ghc-syb)
|
||||
|
|
Loading…
Reference in a new issue