[PATCH] gnu: emacs-treepy: Update to 0.1.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Tobias Geerinckx-Rice
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 5 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20200811212229.11187-1-mike@rohleder.de
* gnu/packages/emacs-xyz.scm (emacs-treepy): Update to 0.1.2.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 62e5e23a55..6ec0c511e7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -684,7 +684,7 @@ Alternatively the menu can be bound globally, for example:
(define-public emacs-treepy
(package
(name "emacs-treepy")
- (version "0.1.1")
+ (version "0.1.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -693,7 +693,7 @@ Alternatively the menu can be bound globally, for example:
(file-name (git-file-name name version))
(sha256
(base32
- "04zwm6gx9pxfvgfkizx6pvb1ql8pqxjyzqp8flz0432x0gq5nlxk"))))
+ "0pmrpij80m5kgcr8bw36r8wllgppasw08vn3ghwvis9srpaq75cn"))))
(build-system emacs-build-system)
(home-page
"https://github.com/volrath/treepy.el")
--
2.28.0
Tobias Geerinckx-Rice wrote 5 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 42817-done@debbugs.gnu.org)
87o8ng984w.fsf@nckx
Michael,

Michael Rohleder 写道:
Toggle quote (2 lines)
> * gnu/packages/emacs-xyz.scm (emacs-treepy): Update to 0.1.2.

Pushed as 489f9909a60ea8d0e083af559c22fe73bb9b492f.

Thanks,

T G-R
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQT12iAyS4c9C3o4dnINsP+IT1VteQUCXzMPjwAKCRANsP+IT1Vt
ec/FAQCEKscpkzcwlsjN+ZnwVYTQFN5eECWIZbRV8swoJTuAygEA+H+T+JH4CdHh
X5paYOuugB8SHySsnDptelGrdavlBwI=
=fQ7/
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 42817@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 42817
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help