GNU bug report logs -
#63026
[PATCH 0/2] Update gfeeds to 2.2.0.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/syndication.scm (syndication-domination): Update to
1.0-1-7592032.
---
gnu/packages/syndication.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index 55c9d871e3..d0aa014ade 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -510,10 +510,10 @@ (define-public tuir
(define-public syndication-domination
(let ((revision "1")
- (commit "f64caabd6f46be14fdb92085971a7f2d6fa5e61e"))
+ (commit "75920321062d682437f3fb0319dad227d8b18f6c"))
(package
(name "syndication-domination")
- (version (git-version "0.0" revision commit))
+ (version (git-version "1.0" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
@@ -521,7 +521,7 @@ (define-public syndication-domination
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "1i0llzzm3lc2kw7rjhb46c7wlknsb6r9bdrf61chi2pk6hpjyscv"))))
+ (base32 "1fl362920n6nz4x9wihyzbr82d9cy60sknhmajj62whd5gs49sbw"))))
(build-system meson-build-system)
(arguments
(list #:meson meson-0.63))
--
2.39.2
This bug report was last modified 2 years and 81 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.