mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: kmonad: Update to 0.3.0.
* gnu/packages/haskell-apps.scm (kmonad): Update to 0.3.0.
This commit is contained in:
parent
d20956a401
commit
15c06ad066
1 changed files with 3 additions and 3 deletions
|
@ -527,16 +527,16 @@ (define-public hscolour
|
||||||
(define-public kmonad
|
(define-public kmonad
|
||||||
(package
|
(package
|
||||||
(name "kmonad")
|
(name "kmonad")
|
||||||
(version "0.2.0")
|
(version "0.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/david-janssen/kmonad.git")
|
(url "https://github.com/david-janssen/kmonad.git")
|
||||||
(commit "06d7b8c709efa695be35df9bde91275cbb2ba099")))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1rjr4h5yq63x3kad6yn4p8v26389sd9dgr5n2w73s1chafapzwwd"))))
|
(base32 "1g40nkpldih6h1rlxjx5yf9iavr3qs1f2b6j0gd8135p5hkg8d8n"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in a new issue