guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-undo-propose-el: Update to 3.0.0-3.f80baee.


From: guix-commits
Subject: 01/01: gnu: emacs-undo-propose-el: Update to 3.0.0-3.f80baee.
Date: Sun, 6 Oct 2019 14:19:22 -0400 (EDT)

leungbk pushed a commit to branch master
in repository guix.

commit 9049f28f573fb24c7405d80a124843495a97137f
Author: Brian Leung <address@hidden>
Date:   Sun Oct 6 20:17:59 2019 +0200

    gnu: emacs-undo-propose-el: Update to 3.0.0-3.f80baee.
    
    * gnu/packages/emacs-xyz.scm (emacs-undo-propose-el): Update to 
3.0.0-3.f80baee.
---
 gnu/packages/emacs-xyz.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 99a0fe6..db95bd8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17042,8 +17042,8 @@ packages with a consistent way to use them.")
       (license license:gpl3+))))
 
 (define-public emacs-undo-propose-el
-  (let ((commit "47b7df0c97ad0099537d1ade21c4c52f0618a945")
-        (revision "2"))
+  (let ((commit "f80baee566807d733fbacbab08a897bcd62579c3")
+        (revision "3"))
     (package
       (name "emacs-undo-propose-el")
       (version (git-version "3.0.0" revision commit))
@@ -17056,8 +17056,11 @@ packages with a consistent way to use them.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "078bs8lk9f0lklxqh15976fffayg5z5386y59nxxfhm27lmwgka9"))))
+           "00rqz63bhh66q78l646q3w16gydygj8h4d8np0dpbifgzciak90b"))))
       (build-system emacs-build-system)
+      (arguments
+       `(#:tests? #t
+         #:test-command '("make" "test")))
       (home-page "https://github.com/jackkamm/undo-propose-el";)
       (synopsis "Simple and safe navigation of @code{undo} history")
       (description "This package permits navigation of @code{undo} history in a



reply via email to

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