guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: kmonad: Update to 0.4.1.


From: guix-commits
Subject: branch master updated: gnu: kmonad: Update to 0.4.1.
Date: Wed, 14 Oct 2020 02:53:24 -0400

This is an automated email from the git hooks/post-receive script.

ajgrf pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 71e35cb  gnu: kmonad: Update to 0.4.1.
71e35cb is described below

commit 71e35cb34db4006588dee4d93dc75dfa3d406276
Author: Alex Griffin <a@ajgrf.com>
AuthorDate: Wed Oct 14 01:52:36 2020 -0500

    gnu: kmonad: Update to 0.4.1.
    
    * gnu/packages/haskell-apps.scm (kmonad): Update to 0.4.1.
---
 gnu/packages/haskell-apps.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 6c1ecb4..1de8b04 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]