guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 4b4c00bccabd8b150a0d9a24b773a57438fe48c1
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Oct 2 14:17:10 2025 +0100
gnu: castget: Update to 2.0.0-1.e97b179.
* gnu/packages/gpodder.scm (castget): Update to
e97b179227b4fc7e2e2bc5a373933624c0467daa commit.
Change-Id: I045e12608e22f136ad7625ea15d585c5b5c6af2e
---
gnu/packages/gpodder.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gpodder.scm b/gnu/packages/gpodder.scm
index de9e13f4dd..255275c2fc 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