diff options
author | Franz Geffke <m@f-a.nz> | 2025-01-16 23:21:11 +0000 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-01-16 23:21:11 +0000 |
commit | bd8cb5660d45420255ef58f75d59a63f45c289fa (patch) | |
tree | 02f34fbb7d1600241f442166b376957975925e92 | |
parent | b9895a7ebad0abfb3fe2a80b204cd2ef821bfc43 (diff) |
px: px-user-identity-service: Update to v0.2.5
-rw-r--r-- | px/packages/device.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/px/packages/device.scm b/px/packages/device.scm index 85da706..bff1564 100644 --- a/px/packages/device.scm +++ b/px/packages/device.scm @@ -215,7 +215,7 @@ to other applications, without root priviliges.") (define-public px-user-identity-service (package (name "px-user-identity-service") - (version "0.1.0") + (version "0.2.5") (source (origin (method url-fetch) |