Archived
1
0
Fork 0

gnu: emacs-request: Update to latest commit.

* gnu/packages/emacs-xyz.scm (emacs-request): Update to latest commit.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Niklas Eklund 2020-10-15 22:23:58 +02:00 committed by Nicolas Goaziou
parent b04198a147
commit 92797b3b88
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7044,18 +7044,22 @@ parallel.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-request (define-public emacs-request
;; We prefer a more recent commit that has support for auth-source,
;; which makes authentication more convenient for users and maintainers.
(let ((commit "d02d1347ffdf138cffd380cbeac62ac8732036ef")
(revision "0"))
(package (package
(name "emacs-request") (name "emacs-request")
(version "0.3.2") (version (git-version "0.3.2" revision commit))
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/tkf/emacs-request") (url "https://github.com/tkf/emacs-request")
(commit (string-append "v" version)))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1djywhvvb6kwdj0nd3axjvb7k2g06dzkc6hsf29w9rsk96vr8ryl")))) "1rkpakzish2d470ca15yq3k0m1j7a2lrkvvddcyvc2rx0sncsdjs"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:tests? #f)) ; requires network access. `(#:tests? #f)) ; requires network access.
@ -7066,7 +7070,7 @@ parallel.")
(description "This package provides a HTTP request library with multiple (description "This package provides a HTTP request library with multiple
backends. It supports url.el which is shipped with Emacs and the curl command backends. It supports url.el which is shipped with Emacs and the curl command
line program.") line program.")
(license license:gpl3+))) (license license:gpl3+))))
(define-public emacs-rudel (define-public emacs-rudel
(package (package