guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: syndication-domination: Update to 1.0-1-7592032.


From: guix-commits
Subject: 03/04: gnu: syndication-domination: Update to 1.0-1-7592032.
Date: Tue, 25 Apr 2023 15:11:50 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit 30a252760f1b9795429040f993aaaa7c55f09faa
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Apr 22 07:03:34 2023 +0200

    gnu: syndication-domination: Update to 1.0-1-7592032.
    
    * 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 cc6ead859e..ec81703fe5 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -511,10 +511,10 @@ a simple interface that makes it easy to organize and 
browse feeds.")
 
 (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
@@ -522,7 +522,7 @@ a simple interface that makes it easy to organize and 
browse feeds.")
                       (commit commit)))
                 (file-name (git-file-name name version))
                 (sha256
-                 (base32 
"1i0llzzm3lc2kw7rjhb46c7wlknsb6r9bdrf61chi2pk6hpjyscv"))))
+                 (base32 
"1fl362920n6nz4x9wihyzbr82d9cy60sknhmajj62whd5gs49sbw"))))
       (build-system meson-build-system)
       (inputs (list fmt tidy-html pybind11 python pugixml))
       (native-inputs (list cmake pkg-config)) ; need cmake to find pybind11



reply via email to

[Prev in Thread] Current Thread [Next in Thread]