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

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal
M
M
Michael Rohleder wrote on 1 Jun 2020 14:29
(address . guix-patches@gnu.org)
87wo4rklzh.fsf@rohleder.de
playing with emacs 27 and 28/dev... this pkg needs an update...
From 1e7b52d3de7c38006689e5c0715883b18bf39a29 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Mon, 1 Jun 2020 14:24:55 +0200
Subject: [PATCH] gnu: emacs-perspective: Update to 2.8.

* gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.8.
---
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 c1f7f1fe06..5f0a0184f9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5897,7 +5897,7 @@ regexp that matches all known keywords.")
(define-public emacs-perspective
(package
(name "emacs-perspective")
- (version "2.2")
+ (version "2.8")
(source
(origin
(method git-fetch)
@@ -5907,7 +5907,7 @@ regexp that matches all known keywords.")
(file-name (git-file-name name version))
(sha256
(base32
- "0pd5sqrrz6y3md20yh6ffy32jdcgb1gc9b4j14pm6r54bqxik68h"))))
+ "1gdacw1gkng1dhm12lhfssmac0fijsh3wpbvcmsv2jz3gpnjin1g"))))
(build-system emacs-build-system)
(home-page "https://github.com/nex3/perspective-el")
(synopsis "Switch between named \"perspectives\"")
--
2.26.2
--
Programmierer sind Maschinen die Nikotin und Koffein in Programmcode umsetzen.
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl7U9LIACgkQfHr/vv7y
yyWxtAf/YRDcCoDX+n/hBb0TO1iApIiJargwF7mHPwh3EF+3QjCvPaVnlAl6rTDM
OHNJuApTZd2+hEGG+qNyhu7cw89M9v5dbuu3RnKLiYEA40w1GpOB/aKMYPKN3LFh
b87TvPcNZfLoFsRegl0AZZ13BokixfrgGH8Zu9EUcpsRB+2/dWXxZ0ocJrHiQjJP
N31Sek1jOsSnC3j0rGQ3QZsT/YvoDcycvzeevRd5b8njP9jajszU8Z2aOpCNVrJL
L95iDp8SYN/kyBlafy3lJzqQRDMmFjTLt62Lhst3yPKOaL8+lKYcD2OWiuimQ2Do
HUIpFf+JC1t8RgI5k7+a6udM8mDp4g==
=nvs+
-----END PGP SIGNATURE-----

N
N
Nicolas Goaziou wrote on 1 Jun 2020 15:21
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 41642-done@debbugs.gnu.org)
87mu5mgbvm.fsf@nicolasgoaziou.fr
Hello,

Michael Rohleder <mike@rohleder.de> writes:

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

Applied. Thank you.

Regards,

--
Nicolas Goaziou
Closed
?