[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: gnu: emacs-nadvice: Update to 0.4.
From: |
guix-commits |
Subject: |
02/09: gnu: emacs-nadvice: Update to 0.4. |
Date: |
Fri, 13 Jan 2023 16:59:39 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 0be4d0947968168cacffe62e2a6fbfea9bee1683
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jan 13 22:36:49 2023 +0100
gnu: emacs-nadvice: Update to 0.4.
* gnu/packages/emacs-xyz.scm (emacs-nadvice): Update to 0.4.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5db92b5a68..7dc7b353cf 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29509,14 +29509,14 @@ implementation of Windows NT and LanManager
compatible password encryption.")
(define-public emacs-nadvice
(package
(name "emacs-nadvice")
- (version "0.3")
+ (version "0.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"nadvice-" version ".el"))
(sha256
- (base32 "0gi3csnxbs8h7iy0scsl35sic3gv90swa89hhdjwb7qvpirfdcgw"))))
+ (base32 "0ac7zxi04gzcd5hz81lib1db3c6a7xmwkb381ljxvaha1mlzp1k0"))))
(build-system emacs-build-system)
(home-page "https://elpa.gnu.org/packages/nadvice.html")
(synopsis "Forward compatibility for Emacs-24.4's nadvice")
- branch master updated (06972a4c51 -> ce036e5d72), guix-commits, 2023/01/13
- 03/09: gnu: emacs-ebdb: Update to 0.8.17., guix-commits, 2023/01/13
- 04/09: gnu: emacs-xref: Update to 1.6.1., guix-commits, 2023/01/13
- 06/09: gnu: emacs-diff-hl: Update to 1.9.1., guix-commits, 2023/01/13
- 08/09: gnu: naev: Update to 0.10.2., guix-commits, 2023/01/13
- 01/09: gnu: emacs-project: Update to 0.9.4., guix-commits, 2023/01/13
- 02/09: gnu: emacs-nadvice: Update to 0.4.,
guix-commits <=
- 05/09: gnu: emacs-emms: Update to 13., guix-commits, 2023/01/13
- 07/09: gnu: emacs-org: Update to 9.6.1., guix-commits, 2023/01/13
- 09/09: gnu: mgba: Update to 0.10.1., guix-commits, 2023/01/13