[PATCH] gnu: emacs-perspective: Update to 2.10.

  • Done
  • quality assurance status badge
Details
2 participants
  • Oleg Pykhalov
  • 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)
20200820125630.24355-1-mike@rohleder.de
* gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.10.
---
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 bd8f0fcc80..d695ac51b4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6460,7 +6460,7 @@ regexp that matches all known keywords.")
(define-public emacs-perspective
(package
(name "emacs-perspective")
- (version "2.9")
+ (version "2.10")
(source
(origin
(method git-fetch)
@@ -6470,7 +6470,7 @@ regexp that matches all known keywords.")
(file-name (git-file-name name version))
(sha256
(base32
- "1hmbczw3b7k2xdqcy5p3xnf2781gjw6bqqcwc5r9myg6b8p3pr7m"))))
+ "1xfcm69nd6f9chwlqfz5vd8nnyl5mwharxjrn1m515568dqrk62x"))))
(build-system emacs-build-system)
(home-page "https://github.com/nex3/perspective-el")
(synopsis "Switch between named \"perspectives\"")
--
2.28.0
Oleg Pykhalov wrote 5 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 42952-done@debbugs.gnu.org)
87k0xtcmo1.fsf@gmail.com
Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (2 lines)
> * gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.10.

Also I enabled tests suite. Pushed everything to master.
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEcjhxI46s62NFSFhXFn+OpQAa+pwFAl8+oz4ACgkQFn+OpQAa
+pxSdRAAhhU+ftfSQF38bjeJRHuPTURcWyW0VYXO2cNU4hqFOYds1g9CtdwhGawe
uNBOKIv8ZJw4YHxA0fxyUYfrdLlNPeEZnxmIlLSC0lmB77wWN+9P4lDdfjqiORor
OCsSFpErkBlSMSdHDc0lONxhNRAy5Qn/oynRlmZ/2DFzIKZBdXB1jrTC1fBdNnos
kYeP8kZL+Kxi588NlAddSdznFoMK2rneklOaDa3ePqD8c2/fYHqdlZ+kNJTG/WKf
iCs++d6g+Zh0hqovHejJxjYC1kciwlWdy1dJdzQA3kn6FJZWVzdpUwGCtPo/zalN
/D9IryIuR4IPeuf6M7yHwEWGvOGaJ9pMgMiE+6ybtZi7VG/0YWZrzEk+mspnWpO+
zBdQo9DlRztKdkcWOVpahzF3e5XU74weJ6KnbLiTIRP0V81NLzLOzev6UOBLjtWE
Wft/ZKabjhfED2GZj/LkLlVHhfZxE/LNbG3Oedd9c3ZDdm6izxqZze7vEn2XylSR
trgXM2F3v92AK8I+J9ijhiZwLKNWjz6eQs5mAy91AhqcKseBh5TB5eS0iL9ISknL
9vsjdf9uZrJtmJXuKN1/qoTGJWOEVgZjY9jCsw+QD2FzkMMNZ3dWVgzultddGOc/
BnMP1M+OkPu1eloSiQrpwXEMl6ae+OCmQRFWqASTi0WSPRjCsBg=
=PCbu
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 42952
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