guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: sfeed: Update to 1.6.


From: guix-commits
Subject: 04/09: gnu: sfeed: Update to 1.6.
Date: Sat, 7 Jan 2023 14:12:12 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit 46036dd4862258fcafd14efb4357bb910e55f7c2
Author: Nikolay Korotkiy <sikmir@disroot.org>
AuthorDate: Sat Jan 7 16:32:28 2023 +0400

    gnu: sfeed: Update to 1.6.
    
    * gnu/packages/suckless.scm (sfeed): Update to 1.6.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/suckless.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index b7252b4402..bb55afa412 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -1108,7 +1108,7 @@ support.")
 (define-public sfeed
   (package
     (name "sfeed")
-    (version "1.5")
+    (version "1.6")
     (source
      (origin
        (method git-fetch)
@@ -1118,7 +1118,7 @@ support.")
          (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1w3xk00nv502q2nr23y1sig7bkqa7f431f4fcaybfcfk7dbv2piq"))))
+        (base32 "1ax603xxcwvmgizf6ia820fc7fliinx86zv6ggiqj5p59kz75x0r"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

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