mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
gnu: scroll: Update to 1.20250228.2.
* gnu/packages/haskell-apps.scm (scroll): Update to 1.20250228.2. [inputs]: Add ghc-base-compat. [properties]: Add updater-extra-inputs. Change-Id: Ide984b1a0dd3307d4101bef776b8c3398ac94985
This commit is contained in:
parent
7211905a39
commit
97002fe5c3
1 changed files with 6 additions and 4 deletions
|
|
@ -888,18 +888,20 @@ is programmed in Haskell.")
|
|||
(define-public scroll
|
||||
(package
|
||||
(name "scroll")
|
||||
(version "1.20180421")
|
||||
(version "1.20250228.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hackage-uri "scroll" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0apzrvf99rskj4dbmn57jjxrsf19j436s8a09m950df5aws3a0wj"))))
|
||||
"1p1741zqsxg017d08ym1clzqcdlai487wb6q12m1q7dr6i8c0gfj"))))
|
||||
(build-system haskell-build-system)
|
||||
(properties '((upstream-name . "scroll")))
|
||||
(properties '((upstream-name . "scroll")
|
||||
(updater-extra-inputs "ghc-base-compat")))
|
||||
(inputs
|
||||
(list ghc-case-insensitive
|
||||
(list ghc-base-compat
|
||||
ghc-case-insensitive
|
||||
ghc-data-default
|
||||
ghc-ifelse
|
||||
ghc-monad-loops
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue