aboutsummaryrefslogtreecommitdiffstats
path: root/guix
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2020-11-02 22:06:17 +0800
committerTing-Wei Lan <lantw44@gmail.com>2020-11-02 22:06:17 +0800
commit05c07ea18b9d54846d4941788b3d7f008394f0b8 (patch)
treee1c86c0a2211b42e0111a46cb84ce14d164ab616 /guix
parentdce4ac890cba8f21c0baf9136931137a5bbbfa1a (diff)
downloadcopr-rpm-spec-05c07ea18b9d54846d4941788b3d7f008394f0b8.tar
copr-rpm-spec-05c07ea18b9d54846d4941788b3d7f008394f0b8.tar.gz
copr-rpm-spec-05c07ea18b9d54846d4941788b3d7f008394f0b8.tar.bz2
copr-rpm-spec-05c07ea18b9d54846d4941788b3d7f008394f0b8.tar.lz
copr-rpm-spec-05c07ea18b9d54846d4941788b3d7f008394f0b8.tar.xz
copr-rpm-spec-05c07ea18b9d54846d4941788b3d7f008394f0b8.tar.zst
copr-rpm-spec-05c07ea18b9d54846d4941788b3d7f008394f0b8.zip
guix: emacs-treepy 0.1.1 -> 0.1.2
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