mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: ghc-skylighting: Update to 0.8.2.1.
* gnu/packages/haskell-xyz.scm (ghc-skylighting): Update to 0.8.2.1.
This commit is contained in:
parent
a627e599d6
commit
36c940cf52
1 changed files with 2 additions and 2 deletions
|
@ -9345,14 +9345,14 @@ (define-public ghc-skylighting
|
||||||
(package
|
(package
|
||||||
(inherit ghc-skylighting-core)
|
(inherit ghc-skylighting-core)
|
||||||
(name "ghc-skylighting")
|
(name "ghc-skylighting")
|
||||||
(version "0.7.2")
|
(version "0.8.2.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://hackage.haskell.org/package/skylighting-"
|
(uri (string-append "https://hackage.haskell.org/package/skylighting-"
|
||||||
version "/skylighting-" version ".tar.gz"))
|
version "/skylighting-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rh3z1a7a4clvksdw1qlpmhxqkfahwypi70k91whgfamzsqpxdch"))))
|
"1xls8ycad77m55ax4hp55k60h3pi5sm3m32hycbc8baixbgfx5xz"))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-skylighting-core" ,ghc-skylighting-core)
|
`(("ghc-skylighting-core" ,ghc-skylighting-core)
|
||||||
,@(package-inputs ghc-skylighting-core)))))
|
,@(package-inputs ghc-skylighting-core)))))
|
||||||
|
|
Loading…
Reference in a new issue