aboutsummaryrefslogtreecommitdiffstats
path: root/guix
diff options
context:
space:
mode:
Diffstat (limited to 'guix')
-rw-r--r--guix/emacs-treepy/emacs-treepy.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/guix/emacs-treepy/emacs-treepy.spec b/guix/emacs-treepy/emacs-treepy.spec
index 7c05f04..45dad03 100644
--- a/guix/emacs-treepy/emacs-treepy.spec
+++ b/guix/emacs-treepy/emacs-treepy.spec
@@ -2,8 +2,8 @@
%global pkgname treepy
Name: emacs-%{pkg}
-Version: 0.1.1
-Release: 4%{?dist}
+Version: 0.1.2
+Release: 1%{?dist}
Summary: Functions for traversing tree-like data
License: GPLv3+
@@ -44,6 +44,9 @@ install -m 644 *.el %{buildroot}%{_emacs_sitelispdir}/treepy/
%changelog
+* Sun Nov 1 2020 Ting-Wei Lan <lantw44@gmail.com> - 0.1.2-1
+- Update to 0.1.2
+
* Sun Apr 26 2020 Ting-Wei Lan <lantw44@gmail.com> - 0.1.1-4
- Rebuilt for Fedora 32 and 33