summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranz Geffke <franz@pantherx.org>2023-10-29 08:28:01 +0000
committerFranz Geffke <franz@pantherx.org>2023-10-29 08:28:01 +0000
commit08e5ffa833dceac7fe059c4c788b0e65e1f42098 (patch)
tree768645707cd4287176f4e752dab868ab50c6ca90
parent043d0572b91c718a35edfb75611f8cbd3939667d (diff)
bluetooth-client-manager-service: v0.1.10
-rw-r--r--px/packages/device.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/px/packages/device.scm b/px/packages/device.scm
index abcd31a..35dedcb 100644
--- a/px/packages/device.scm
+++ b/px/packages/device.scm
@@ -465,13 +465,13 @@ configuration file from commandline args and upload results to the server")
(define-public bluetooth-client-manager-service
(package
(name "bluetooth-client-manager-service")
- (version "0.1.9")
+ (version "0.1.10")
(source
(origin
(method url-fetch)
(uri (string-append "https://source.pantherx.org/" name "_v" version ".tgz"))
(sha256
- (base32 "03j5ipswkj32hda6wwpsj3f3z3sp4dgi0a5val7g5q98nnpcqgqr"))))
+ (base32 "1rryll9pic2k5gqdhyrxiff20dgs4xs8j2213vy5l1p4ahinlwrf"))))
(build-system cmake-build-system)
(native-inputs `(("pkg-config" ,pkg-config)))
(inputs `(("bluez-qt" ,bluez-qt)