diff options
author | Simon Tournier <zimon.toutoune@gmail.com> | 2024-06-18 16:02:51 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-06-26 23:56:56 +0200 |
commit | bd908af0c619cb1b74afeeb07839d7af08de9d91 (patch) | |
tree | 030a344daf5c2880da24ce0709cb0f9e7d09b6e5 | |
parent | 76a2b9d70778918f4cfd0c07592d82fd176b3603 (diff) | |
download | guix-bd908af0c619cb1b74afeeb07839d7af08de9d91.tar.gz guix-bd908af0c619cb1b74afeeb07839d7af08de9d91.zip |
swh: Specify 'extid_version' when looking up by external ID.
Reported in <https://gitlab.softwareheritage.org/swh/meta/-/issues/5093>.
* guix/swh.scm (swh-url): Don't add trailing slash when URL contains
parameters.
(lookup-external-id)-rw-r--r-- gnu/packages/emacs-xyz.scm 4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 26bd1412bd..a62a631ebc 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -27409,7 +27409,7 @@ it forcibly (define-public emacs-elpher (package (name "emacs-elpher") - (version "3.4.1") + (version "3.4.2") (source (origin (method git-fetch) @@ -27418,7 +27418,7 @@ it forcibly (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0dv71zc95m5sa4824vk3d1xk726nh2v50i0yp6w3ydfzzsfph6j6")))) + (base32 "1c6pid2ip2c2lpww42wxgq4qflx1m8vxilyva03h8xzgr39kwq64")))) (build-system emacs-build-system) (arguments (list |