mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
gnu: sfeed: Update to 1.6.
* gnu/packages/suckless.scm (sfeed): Update to 1.6. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
578fa02bba
commit
46036dd486
1 changed files with 2 additions and 2 deletions
|
@ -1108,7 +1108,7 @@ (define-public sfm
|
|||
(define-public sfeed
|
||||
(package
|
||||
(name "sfeed")
|
||||
(version "1.5")
|
||||
(version "1.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1118,7 +1118,7 @@ (define-public sfeed
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1w3xk00nv502q2nr23y1sig7bkqa7f431f4fcaybfcfk7dbv2piq"))))
|
||||
(base32 "1ax603xxcwvmgizf6ia820fc7fliinx86zv6ggiqj5p59kz75x0r"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue