guix-commits
[Top][All Lists]
Advanced

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

48/53: gnu: emacs-saveplace-pdf-view: Update to 1.0.6.


From: guix-commits
Subject: 48/53: gnu: emacs-saveplace-pdf-view: Update to 1.0.6.
Date: Thu, 22 Feb 2024 10:19:06 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit ce401839d2fb3272a14a0905b52e60fec37e385e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 22 15:21:20 2024 +0100

    gnu: emacs-saveplace-pdf-view: Update to 1.0.6.
    
    * gnu/packages/emacs-xyz.scm (emacs-saveplace-pdf-view): Update to 1.0.6.
    
    Change-Id: I68b207405e2993970c46cc2cb91c2e705dd1c9a0
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 13703f2eeb..c9f38cdd08 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5583,7 +5583,7 @@ and stored in memory.")
 (define-public emacs-saveplace-pdf-view
   (package
     (name "emacs-saveplace-pdf-view")
-    (version "1.0.4")
+    (version "1.0.6")
     (source
      (origin
        (method git-fetch)
@@ -5592,7 +5592,7 @@ and stored in memory.")
              (commit (string-append "saveplace-pdf-view-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0i03qb6qc2agp9s5s7l08f1wl8anqndh6xshg1c3w357vd1whv7i"))))
+        (base32 "00cqk1qvmdw07vmmyxc843m2qgx1n9ivwzp73r27v4jxx1i38vx2"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/nicolaisingh/saveplace-pdf-view";)
     (synopsis "Save place in pdf-view buffers for Emacs")



reply via email to

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