diff mbox series

[bug#57322] gnu: dotherside: Update to 0.9.0.

Message ID 86r119she9.fsf@163.com
State Accepted
Headers show
Series [bug#57322] gnu: dotherside: Update to 0.9.0. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git-branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Zhu Zihao Aug. 21, 2022, 4:14 p.m. UTC

Comments

宋文武 Aug. 22, 2022, 6:06 a.m. UTC | #1
Zhu Zihao <all_but_last@163.com> writes:

>>From d357978b4e362135612e82db98d6035a7c4fb42a Mon Sep 17 00:00:00 2001
> From: Zhu Zihao <all_but_last@163.com>
> Date: Mon, 22 Aug 2022 00:13:27 +0800
> Subject: [PATCH] gnu: dotherside: Update to 0.9.0.

Pushed, thank you!
diff mbox series

Patch

From d357978b4e362135612e82db98d6035a7c4fb42a Mon Sep 17 00:00:00 2001
From: Zhu Zihao <all_but_last@163.com>
Date: Mon, 22 Aug 2022 00:13:27 +0800
Subject: [PATCH] gnu: dotherside: Update to 0.9.0.

* gnu/packages/qt.scm(dotherside): Update to 0.9.0.
---
 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 @@  (define-public qtwebkit
 (define-public dotherside
   (package
     (name "dotherside")
-    (version "0.6.4")
+    (version "0.9.0")
     (source
      (origin
        (method git-fetch)
@@ -3644,11 +3644,12 @@  (define-public dotherside
        (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")
-- 
2.37.2