guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/40: gnu: evince: Update to 46.3.


From: guix-commits
Subject: 07/40: gnu: evince: Update to 46.3.
Date: Fri, 16 Aug 2024 04:15:53 -0400 (EDT)

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

commit 9d25a12f303f91ce94faee0a5fc50dda2f584420
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Jul 13 10:23:44 2024 +0200

    gnu: evince: Update to 46.3.
    
    * gnu/packages/gnome.scm (evince): Update to 46.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 429cb7cbde..97120ffdd9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2698,7 +2698,7 @@ forgotten when the session ends.")
 (define-public evince
   (package
     (name "evince")
-    (version "44.3")
+    (version "46.3")
     (source
      (origin
        (method url-fetch)
@@ -2706,7 +2706,7 @@ forgotten when the session ends.")
                            (version-major version) "/"
                            "evince-" version ".tar.xz"))
        (sha256
-        (base32 "08inp13kksa027ij9ai10734jxdn1y7s0skbgzsyk9j739ca32rv"))))
+        (base32 "0sq0ygsng37cbvdqc7dky2152x5zmjpvyalxx5icgzypp50is3dw"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t



reply via email to

[Prev in Thread] Current Thread [Next in Thread]