summaryrefslogtreecommitdiff
path: root/gnu/packages/gpodder.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-10-02 14:17:10 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-02 15:19:12 +0100
commit4b4c00bccabd8b150a0d9a24b773a57438fe48c1 (patch)
tree30a16bc5e55a76475ad6b88711a7d37770fc7080 /gnu/packages/gpodder.scm
parent44aa22b1223a3744c4f9629a06764de9f9db55a1 (diff)
gnu: castget: Update to 2.0.0-1.e97b179.
* gnu/packages/gpodder.scm (castget): Update to e97b179227b4fc7e2e2bc5a373933624c0467daa commit. Change-Id: I045e12608e22f136ad7625ea15d585c5b5c6af2e
Diffstat (limited to 'gnu/packages/gpodder.scm')
-rw-r--r--gnu/packages/gpodder.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gpodder.scm b/gnu/packages/gpodder.scm
index de9e13f4dd5..255275c2fc2 100644
--- a/gnu/packages/gpodder.scm
+++ b/gnu/packages/gpodder.scm
@@ -213,8 +213,8 @@ in Python.")
;; Since ronn-ng uses a newer ruby-nokogiri, the test suite would fail on a
;; free call with the error: "free(): invalid pointer". Use the latest
;; commit, which is immune to that problem.
- (let ((revision "0")
- (commit "da9727de1b9e4e636be21bf07c73eb41f5d8439b"))
+ (let ((revision "1")
+ (commit "e97b179227b4fc7e2e2bc5a373933624c0467daa"))
(package
(name "castget")
(version (git-version "2.0.0" revision commit))
@@ -225,7 +225,7 @@ in Python.")
(url "https://github.com/mlj/castget")
(commit commit)))
(sha256
- (base32 "0d5ji21af5mfj1xa90v4hp104c1ipy076175kp7nzz1c4sxdadff"))
+ (base32 "1dsbmfkchza9bwcsks2iyq5n2sj55pdmh79jpg3hisxpjgqcvpyy"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs