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

commit db3d3affa75f233fe46b2f2a90ad32a7a741a36b
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Jan 9 22:38:07 2025 +0100

    gnu: evince: Update to 46.3.1.
    
    * gnu/packages/gnome.scm (evince): Update to 46.3.1.
---
 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 e7710f49d6..ec8f227927 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2722,7 +2722,7 @@ forgotten when the session ends.")
 (define-public evince
   (package
     (name "evince")
-    (version "46.3")
+    (version "46.3.1")
     (source
      (origin
        (method url-fetch)
@@ -2730,7 +2730,7 @@ forgotten when the session ends.")
                            (version-major version) "/"
                            "evince-" version ".tar.xz"))
        (sha256
-        (base32 "0sq0ygsng37cbvdqc7dky2152x5zmjpvyalxx5icgzypp50is3dw"))))
+        (base32 "0z7fxv3ikhj1kxprrsb4hbd801p9b0a1fa976gav0f9qyak20p4l"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t

Reply via email to