guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: emacs-tiny: Update to 0.2.1.


From: Ludovic Courtès
Subject: 06/07: gnu: emacs-tiny: Update to 0.2.1.
Date: Mon, 16 Oct 2017 09:49:52 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit d8ec1b719bed948bf809f566236cc8bf9b9f9c7a
Author: Ludovic Courtès <address@hidden>
Date:   Mon Oct 16 15:49:04 2017 +0200

    gnu: emacs-tiny: Update to 0.2.1.
    
    * gnu/packages/emacs.scm (emacs-tiny): Update to 0.2.1.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index dfea620..c1c122e 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -6034,14 +6034,14 @@ It supports dired buffers and opens them in tree mode 
at destination.")
 (define-public emacs-tiny
   (package
     (name "emacs-tiny")
-    (version "0.1.1")
+    (version "0.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "http://elpa.gnu.org/packages/tiny-"; version 
".tar"))
        (sha256
         (base32
-         "1nhg8375qdn457wj0xmfaj72s87xbabk2w1nl6q7rjvwxv08yyn7"))))
+         "1cr73a8gba549ja55x0c2s554f3zywf69zbnd7v82jz5q1k9wd2v"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/abo-abo/tiny";)
     (synopsis "Quickly generate linear ranges in Emacs")



reply via email to

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