unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#56097] [PATCH] gnu: sfeed: Update to 1.5.
@ 2022-06-19 19:04 Nikolay Korotkiy via Guix-patches via
  2022-06-21 11:42 ` bug#56097: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Nikolay Korotkiy via Guix-patches via @ 2022-06-19 19:04 UTC (permalink / raw)
  To: 56097; +Cc: Nikolay Korotkiy

 * gnu/packages/suckless.scm (sfeed): Update to 1.5.
---
 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 5aa37657b9..372eac6ce3 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -1049,7 +1049,7 @@ (define-public sfm
 (define-public sfeed
   (package
     (name "sfeed")
-    (version "1.1")
+    (version "1.5")
     (source
      (origin
        (method git-fetch)
@@ -1059,7 +1059,7 @@ (define-public sfeed
          (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1b0l6f9aymk54ncc2kxavhg4flcqv7d4mpkpw8ljx7mzg0g4ygyk"))))
+        (base32 "1w3xk00nv502q2nr23y1sig7bkqa7f431f4fcaybfcfk7dbv2piq"))))
     (build-system gnu-build-system)
     (arguments
      (list
-- 
2.36.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-21 11:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-19 19:04 [bug#56097] [PATCH] gnu: sfeed: Update to 1.5 Nikolay Korotkiy via Guix-patches via
2022-06-21 11:42 ` bug#56097: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).