me
/
guix
Archived
1
0
Fork 0

gnu: emacs-nadvice: Fix origin.

* gnu/packages/emacs-xyz.scm (emacs-nadvice)[source]<origin>: Use proper extension.
master
Nicolas Goaziou 2023-01-28 15:41:11 +01:00
parent 70d89980c7
commit 3c4b3206fc
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 1 deletions

View File

@ -29801,7 +29801,7 @@ implementation of Windows NT and LanManager compatible password encryption.")
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"nadvice-" version ".el"))
"nadvice-" version ".tar"))
(sha256
(base32 "0ac7zxi04gzcd5hz81lib1db3c6a7xmwkb381ljxvaha1mlzp1k0"))))
(build-system emacs-build-system)