mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: kmonad: Update to 0.4.1.
* gnu/packages/haskell-apps.scm (kmonad): Update to 0.4.1.
This commit is contained in:
parent
dad56a2b5b
commit
71e35cb34d
1 changed files with 2 additions and 2 deletions
|
@ -628,7 +628,7 @@ (define-public hscolour
|
||||||
(define-public kmonad
|
(define-public kmonad
|
||||||
(package
|
(package
|
||||||
(name "kmonad")
|
(name "kmonad")
|
||||||
(version "0.4.0")
|
(version "0.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -637,7 +637,7 @@ (define-public kmonad
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "064gnzzcm6fnxfiildbjmgbdxkhqvp61zrl6qhkl1pgbn27j1mll"))))
|
(base32 "1rp880zxvrznx0y1k464wjrds441dpsz94syhrkaw5dnmxf74yjd"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in a new issue