gnu: kmonad: Update to 0.4.1.

* gnu/packages/haskell-apps.scm (kmonad): Update to 0.4.1.
This commit is contained in:
Alex Griffin 2020-10-14 01:52:36 -05:00
parent dad56a2b5b
commit 71e35cb34d
No known key found for this signature in database
GPG key ID: 6F5120A022FBB2D5

View file

@ -628,7 +628,7 @@ (define-public hscolour
(define-public kmonad
(package
(name "kmonad")
(version "0.4.0")
(version "0.4.1")
(source
(origin
(method git-fetch)
@ -637,7 +637,7 @@ (define-public kmonad
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "064gnzzcm6fnxfiildbjmgbdxkhqvp61zrl6qhkl1pgbn27j1mll"))))
(base32 "1rp880zxvrznx0y1k464wjrds441dpsz94syhrkaw5dnmxf74yjd"))))
(build-system haskell-build-system)
(arguments
`(#:phases