[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
49/71: gnu: sobjectizer: Update to 5.8.2.
From: |
guix-commits |
Subject: |
49/71: gnu: sobjectizer: Update to 5.8.2. |
Date: |
Tue, 2 Apr 2024 23:16:32 -0400 (EDT) |
apteryx pushed a commit to branch qt-team
in repository guix.
commit 9d61b5568914501874b1dae50391301f569828d9
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Mar 30 17:22:43 2024 -0400
gnu: sobjectizer: Update to 5.8.2.
* gnu/packages/cpp.scm (sobjectizer): Update to 5.8.2.
[arguments]: Delete trailing #t.
Change-Id: I639ca0a7324987534eda13e63c44ec8c7ace0139
---
gnu/packages/cpp.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 65aa717c3d..f3c88d656f 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1161,7 +1161,7 @@ code and retrieving their output.")
(define-public sobjectizer
(package
(name "sobjectizer")
- (version "5.7.2.6")
+ (version "5.8.2")
(source
(origin
(method git-fetch)
@@ -1169,7 +1169,7 @@ code and retrieving their output.")
(url "https://github.com/Stiffstream/sobjectizer")
(commit (string-append "v." version))))
(sha256
- (base32 "0n6smpjkkkw0xab8wcpy3p0dpw2v9sxgwl6azl3am6abmv4mff12"))
+ (base32 "0ya5xlgm3arvzvcnsajw03kc3cibbdbap9p7kgpxn00byqbxixr7"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments
@@ -1178,8 +1178,7 @@ code and retrieving their output.")
(modify-phases %standard-phases
(add-after 'unpack 'change-directory
(lambda _
- (chdir "dev")
- #t)))))
+ (chdir "dev"))))))
(home-page "https://stiffstream.com/en/products/sobjectizer.html")
(synopsis "Cross-platform actor framework for C++")
(description
- 28/71: gnu: qtbase: Replace QML2_IMPORT_PATH with QML_IMPORT_PATH., (continued)
- 28/71: gnu: qtbase: Replace QML2_IMPORT_PATH with QML_IMPORT_PATH., guix-commits, 2024/04/02
- 35/71: gnu: Add qwindowkit., guix-commits, 2024/04/02
- 62/71: gnu: qtlottie: Update to 6.6.3., guix-commits, 2024/04/02
- 45/71: gnu: gwenview: Update to 23.08.5 and fix build., guix-commits, 2024/04/02
- 71/71: gnu: qthttpserver: Update to 6.6.3., guix-commits, 2024/04/02
- 65/71: gnu: qtscxml: Update to 6.6.3., guix-commits, 2024/04/02
- 52/71: gnu: qtsvg: Update to 6.6.3., guix-commits, 2024/04/02
- 48/71: gnu: kimageannotator: Build as shared library., guix-commits, 2024/04/02
- 56/71: gnu: qtsensors: Update to 6.6.3., guix-commits, 2024/04/02
- 64/71: gnu: qttranslations: Update to 6.6.3., guix-commits, 2024/04/02
- 49/71: gnu: sobjectizer: Update to 5.8.2.,
guix-commits <=
- 16/71: gnu: qtnetworkauth: Update to 6.6.2., guix-commits, 2024/04/02
- 69/71: gnu: qtspeech: Update to 6.6.3., guix-commits, 2024/04/02
- 11/71: gnu: qtlanguageserver: Update to 6.6.2., guix-commits, 2024/04/02
- 36/71: gnu: Add qthttpserver., guix-commits, 2024/04/02
- 38/71: gnu: kcolorpicker: Update to 0.3.1., guix-commits, 2024/04/02
- 42/71: gnu: python-pyqt-6: Update to 6.6.1., guix-commits, 2024/04/02
- 54/71: gnu: qtdeclarative: Update to 6.6.3., guix-commits, 2024/04/02
- 67/71: gnu: qtnetworkauth: Update to 6.6.3., guix-commits, 2024/04/02
- 59/71: gnu: qtwayland: Update to 6.6.3., guix-commits, 2024/04/02
- 44/71: gnu: gwenview: Break disabled tests into a list., guix-commits, 2024/04/02