diff options
author | Liliana Marie Prikler <[email protected]> | 2024-11-23 21:40:59 +0100 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2025-03-02 20:31:37 +0100 |
commit | d98677c8169b5e16402c3173040f8f0f16ed71c6 (patch) | |
tree | d622aeece70865a75a595b275c85c0fc7bc187f6 | |
parent | 3175906737ad038f21027af20b7c4d19949b2e1a (diff) |
gnu: lock: Update to 1.1.3.
* gnu/packages/gnome.scm (lock): Update to 1.1.3.
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index b1d4597dbf..59bb8b65c2 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -14498,7 +14498,7 @@ or @acronym{RDP, Remote Desktop Protocol}.") (define-public lock (package (name "lock") - (version "1.0.0") + (version "1.1.3") (source (origin (method git-fetch) (uri (git-reference @@ -14506,7 +14506,7 @@ or @acronym{RDP, Remote Desktop Protocol}.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1sq7mk4j3jzs1gzzql938d58gvrz6cp0ingzaxilffdpbpvj4fn3")))) + (base32 "18xyh7g4qqm2nx9wfd5bxf293dk0ahwr1acj4ypwswasv0isxdf9")))) (build-system meson-build-system) (arguments (list |