guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: dotherside: Update to 0.9.0.


From: guix-commits
Subject: branch master updated: gnu: dotherside: Update to 0.9.0.
Date: Mon, 22 Aug 2022 02:06:26 -0400

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9ebed88cf6 gnu: dotherside: Update to 0.9.0.
9ebed88cf6 is described below

commit 9ebed88cf686c3dc9f6f7d448beb27c6bdd38e44
Author: Zhu Zihao <all_but_last@163.com>
AuthorDate: Mon Aug 22 00:13:27 2022 +0800

    gnu: dotherside: Update to 0.9.0.
    
    * gnu/packages/qt.scm (dotherside): Update to 0.9.0.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/qt.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 8814f7cfd8..d9d796f551 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -3634,7 +3634,7 @@ time Web content can be enhanced with native controls.")
 (define-public dotherside
   (package
     (name "dotherside")
-    (version "0.6.4")
+    (version "0.9.0")
     (source
      (origin
        (method git-fetch)
@@ -3644,11 +3644,12 @@ time Web content can be enhanced with native controls.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "09fz6v8rp28997f235yaifj8p4vvsyv45knc1iivgdvx7msgcd0m"))))
+         "13n2qb8q9jz4ihwlbs7y15lw90w9113gb1bgnb1dggpxkj64r953"))))
     (build-system cmake-build-system)
     (native-inputs
      (list qttools-5))
     (inputs
+     ;; TODO: Support Qt 6 (requires qtdeclarative of Qt6).
      (list qtbase-5 qtdeclarative-5))
     (home-page "https://filcuc.github.io/DOtherSide/index.html";)
     (synopsis "C language library for creating bindings for the Qt QML 
language")



reply via email to

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