mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: newsraft: Update to 0.32.
* gnu/packages/syndication.scm (newsraft): Update to 0.32. Change-Id: If95e20cf236edbfe8b229012f7b837b0453fc871 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
d0d9e713bc
commit
52447af2fa
1 changed files with 3 additions and 2 deletions
|
|
@ -8,6 +8,7 @@
|
|||
;;; Copyright © 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||
;;; Copyright © 2024 Luis Guilherme Coelho <lgcoelho@disroot.org>
|
||||
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
|
||||
;;; Copyright © 2025 Ashish SHUKLA <ashish.is@lostca.se>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
|
@ -355,7 +356,7 @@ file system, and many more features.")
|
|||
(define-public newsraft
|
||||
(package
|
||||
(name "newsraft")
|
||||
(version "0.28")
|
||||
(version "0.32")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -364,7 +365,7 @@ file system, and many more features.")
|
|||
(commit (string-append name "-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "10i5khna9wpaisarmzym9dvfaq91mnf1wvwsymnzl052d4n106l9"))))
|
||||
(base32 "1jdj1820k7dsgpv2ks9amr71lvq1nl1y95jgfqb02fkid1gana4v"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue