From 4f4022d511b95699fecbe43bae4f891eb09f9793 Mon Sep 17 00:00:00 2001 From: Giacomo Leidi Date: Sat, 18 Jul 2026 16:17:27 +0200 Subject: gnu: elixir-httpoison: Update to 3.0.0. * gnu/packages/elixir-web.scm (elixir-httpoison): Update to 3.0.0. [source]: Drop elixir-httpoison-tag-network-dependent-test-cases.patch as https://github.com/edgurgel/httpoison/pull/502 has been included in the 3.0.0 release. * gnu/local.mk: Drop patch. * gnu/packages/patches/elixir-httpoison-tag-network-dependent-test-cases.patch: Delete patch. Signed-off-by: Andreas Enge --- gnu/packages/elixir-web.scm | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'gnu/packages/elixir-web.scm') diff --git a/gnu/packages/elixir-web.scm b/gnu/packages/elixir-web.scm index 7bf1e27ae35..7f35a6d7752 100644 --- a/gnu/packages/elixir-web.scm +++ b/gnu/packages/elixir-web.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2025 Giacomo Leidi +;;; Copyright © 2025, 2026 Giacomo Leidi ;;; ;;; This file is part of GNU Guix. ;;; @@ -285,7 +285,7 @@ purposes. Its goal is to be as close as possible to (define-public elixir-httpoison (package (name "elixir-httpoison") - (version "2.2.3") + (version "3.0.0") (source (origin (method git-fetch) @@ -294,11 +294,7 @@ purposes. Its goal is to be as close as possible to (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0k9g4dc6y30wr9ryxjs23izifpg4dqkkqk8xz39ff27jn5s97k8i")) - ;; Waiting for upstream inclusion at - ;; https://github.com/edgurgel/httpoison/pull/502 - (patches - (search-patches "elixir-httpoison-tag-network-dependent-test-cases.patch")))) + (base32 "0y2wih0cyxgkjxcqgmzfxxrcss2zpys8n5nzb19bsdxh8rvrazcv")))) (build-system mix-build-system) (arguments (list -- cgit v1.2.3