diff options
author | Franz Geffke <m@f-a.nz> | 2025-05-28 13:32:01 +0100 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-05-28 13:32:01 +0100 |
commit | adc3bcef66faea5d4318cc513c75450665c06634 (patch) | |
tree | b19a6a46e949ed628886f4b71bf15125e52b4dc7 | |
parent | 872d1c830bccf51d3370ee0b94290aff023629f9 (diff) |
px: px-auth-library-cpp: Update to v0.0.33
-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 d26581c..014ddc5 100644 --- a/px/packages/library.scm +++ b/px/packages/library.scm @@ -9,14 +9,14 @@ (define-public px-auth-library-cpp (package (name "px-auth-library-cpp") - (version "0.0.30") + (version "0.0.33") (source (origin (method url-fetch) (uri (string-append "https://source.pantherx.org/" name "_" version ".tgz")) (sha256 - (base32 "1qp6gl27p5npz50p386izs7ab1g6jdxqfmlsdgw6zh8iyg8c4ni3")))) + (base32 "1q3zzvk64c98i6h0rkfh2f4nclvcq2f1kp8z21bzck9gjx4zkd2a")))) (build-system qt-build-system) (arguments (list |