diff options
author | Franz Geffke <franz@pantherx.org> | 2023-11-08 18:37:26 +0000 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2023-11-08 18:37:26 +0000 |
commit | 218944dc32b6e005f1f32f4ea032ee438bd4d32f (patch) | |
tree | f32514b601551fdb2d719c8894ad17fc9541cd0e /px | |
parent | ddeb32d7002a4b55fd815a5c76f3f0bd995eb5c5 (diff) |
px-auth-library-cpp: 0.0.30
Diffstat (limited to 'px')
-rw-r--r-- | px/packages/library.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/px/packages/library.scm b/px/packages/library.scm index 6243d30..179128d 100644 --- a/px/packages/library.scm +++ b/px/packages/library.scm @@ -27,14 +27,14 @@ (define-public px-auth-library-cpp (package (name "px-auth-library-cpp") - (version "0.0.28") + (version "0.0.30") (source (origin (method url-fetch) (uri (string-append "https://source.pantherx.org/" name "_" version ".tgz")) (sha256 - (base32 "1q4ll8zdg7hrj0r1spdspp3zl40n69473qjib8c87a69yrr0j0id")))) + (base32 "1qp6gl27p5npz50p386izs7ab1g6jdxqfmlsdgw6zh8iyg8c4ni3")))) (build-system qt-build-system) (arguments (list |