gnu: kmonad: Update to 0.4.1.
authorAlex Griffin <a@ajgrf.com>
Wed, 14 Oct 2020 06:52:36 +0000 (01:52 -0500)
committerAlex Griffin <a@ajgrf.com>
Wed, 14 Oct 2020 06:52:36 +0000 (01:52 -0500)
* gnu/packages/haskell-apps.scm (kmonad): Update to 0.4.1.

gnu/packages/haskell-apps.scm

index 6c1ecb4..1de8b04 100644 (file)
@@ -628,7 +628,7 @@ and mIRC chat codes.")
 (define-public kmonad
   (package
     (name "kmonad")
-    (version "0.4.0")
+    (version "0.4.1")
     (source
      (origin
        (method git-fetch)
@@ -637,7 +637,7 @@ and mIRC chat codes.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "064gnzzcm6fnxfiildbjmgbdxkhqvp61zrl6qhkl1pgbn27j1mll"))))
+        (base32 "1rp880zxvrznx0y1k464wjrds441dpsz94syhrkaw5dnmxf74yjd"))))
     (build-system haskell-build-system)
     (arguments
      `(#:phases