summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/syndication.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index a9a3d3ab6dc..7d960d83713 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -234,7 +234,7 @@ file system, and many more features.")
234(define-public newsraft 234(define-public newsraft
235 (package 235 (package
236 (name "newsraft") 236 (name "newsraft")
237 (version "0.32") 237 (version "0.35")
238 (source 238 (source
239 (origin 239 (origin
240 (method git-fetch) 240 (method git-fetch)
@@ -243,7 +243,7 @@ file system, and many more features.")
243 (commit (string-append name "-" version)))) 243 (commit (string-append name "-" version))))
244 (file-name (git-file-name name version)) 244 (file-name (git-file-name name version))
245 (sha256 245 (sha256
246 (base32 "1jdj1820k7dsgpv2ks9amr71lvq1nl1y95jgfqb02fkid1gana4v")))) 246 (base32 "044p7c39yq1xj9irl22bhgfw48pn6am46wiaa3g01iw6rwz2alkk"))))
247 (build-system gnu-build-system) 247 (build-system gnu-build-system)
248 (arguments 248 (arguments
249 (list 249 (list