lilyp pushed a commit to branch gnome-team
in repository guix.

commit d5bea6b7b1ad9c146959b1ce24543548f9f73799
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Nov 23 21:40:59 2024 +0100

    gnu: lock: Update to 1.1.3.
    
    * gnu/packages/gnome.scm (lock): Update to 1.1.3.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 10e4b21e56..13d613e8e3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -14494,7 +14494,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
@@ -14502,7 +14502,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

Reply via email to