me
/
guix
Archived
1
0
Fork 0

gnu: emacs-url-http-ntlm: Update to 2.0.5.

* gnu/packages/emacs-xyz.scm (emacs-url-http-ntlm): Update to 2.0.5.

Change-Id: I16c695c072c5c473224c7014fc192de278708f37
master
Nicolas Goaziou 2023-11-08 11:59:02 +01:00
parent 55de82d1b3
commit fa8d1a909c
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 3 deletions

View File

@ -32415,14 +32415,14 @@ advice system without dropping support for Emacs<24.4.")
(define-public emacs-url-http-ntlm
(package
(name "emacs-url-http-ntlm")
(version "2.0.4")
(version "2.0.5")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"url-http-ntlm-" version ".el"))
"url-http-ntlm-" version ".tar"))
(sha256
(base32 "1cakq2ykraci7d1gl8rnpv4f2f5ffyaidhqb1282g7i72adwmb98"))))
(base32 "0bpjif0c4yzz75v59wsv7hilkpj2gv4kyc0rdk8h3d9hvmlq7791"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-ntlm))
(home-page "https://elpa.gnu.org/packages/url-http-ntlm.html")