diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-08-03 23:49:23 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-08-04 11:15:26 +0200 |
| commit | 52447af2faf9cc3a8aeed6a17fc8b796ef6616ac (patch) | |
| tree | 272602154f319fde2610d83dc8a27f43b95d3700 /gnu/packages | |
| parent | d0d9e713bcf18d9f1683b6613f92cb499a48844b (diff) | |
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>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/syndication.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm index dae4719b518..30a1370c6dd 100644 --- a/gnu/packages/syndication.scm +++ b/gnu/packages/syndication.scm @@ -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 |
