diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 14:32:03 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:30 -0500 |
commit | 36c940cf5285d07326b12783d67aebb75ad3ee4d (patch) | |
tree | 3d9f87262233562839c006ab123bd4f0645d97c0 /gnu | |
parent | a627e599d6eacf6571a8505336a7ad362f6614a7 (diff) |
gnu: ghc-skylighting: Update to 0.8.2.1.
* gnu/packages/haskell-xyz.scm (ghc-skylighting): Update to 0.8.2.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 953d60de29..5b82975444 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -9345,14 +9345,14 @@ provided. Skylighting is intended to be the successor to highlighting-kate.") (package (inherit ghc-skylighting-core) (name "ghc-skylighting") - (version "0.7.2") + (version "0.8.2.1") (source (origin (method url-fetch) (uri (string-append "https://hackage.haskell.org/package/skylighting-" version "/skylighting-" version ".tar.gz")) (sha256 (base32 - "1rh3z1a7a4clvksdw1qlpmhxqkfahwypi70k91whgfamzsqpxdch")))) + "1xls8ycad77m55ax4hp55k60h3pi5sm3m32hycbc8baixbgfx5xz")))) (inputs `(("ghc-skylighting-core" ,ghc-skylighting-core) ,@(package-inputs ghc-skylighting-core))))) |