diff options
Diffstat (limited to 'gnu/packages/elixir-web.scm')
| -rw-r--r-- | gnu/packages/elixir-web.scm | 10 |
1 files changed, 3 insertions, 7 deletions
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 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2025 Giacomo Leidi <therewasa@fishinthecalculator.me> | 2 | ;;; Copyright © 2025, 2026 Giacomo Leidi <therewasa@fishinthecalculator.me> |
| 3 | ;;; | 3 | ;;; |
| 4 | ;;; This file is part of GNU Guix. | 4 | ;;; This file is part of GNU Guix. |
| 5 | ;;; | 5 | ;;; |
| @@ -285,7 +285,7 @@ purposes. Its goal is to be as close as possible to | |||
| 285 | (define-public elixir-httpoison | 285 | (define-public elixir-httpoison |
| 286 | (package | 286 | (package |
| 287 | (name "elixir-httpoison") | 287 | (name "elixir-httpoison") |
| 288 | (version "2.2.3") | 288 | (version "3.0.0") |
| 289 | (source | 289 | (source |
| 290 | (origin | 290 | (origin |
| 291 | (method git-fetch) | 291 | (method git-fetch) |
| @@ -294,11 +294,7 @@ purposes. Its goal is to be as close as possible to | |||
| 294 | (commit (string-append "v" version)))) | 294 | (commit (string-append "v" version)))) |
| 295 | (file-name (git-file-name name version)) | 295 | (file-name (git-file-name name version)) |
| 296 | (sha256 | 296 | (sha256 |
| 297 | (base32 "0k9g4dc6y30wr9ryxjs23izifpg4dqkkqk8xz39ff27jn5s97k8i")) | 297 | (base32 "0y2wih0cyxgkjxcqgmzfxxrcss2zpys8n5nzb19bsdxh8rvrazcv")))) |
| 298 | ;; Waiting for upstream inclusion at | ||
| 299 | ;; https://github.com/edgurgel/httpoison/pull/502 | ||
| 300 | (patches | ||
| 301 | (search-patches "elixir-httpoison-tag-network-dependent-test-cases.patch")))) | ||
| 302 | (build-system mix-build-system) | 298 | (build-system mix-build-system) |
| 303 | (arguments | 299 | (arguments |
| 304 | (list | 300 | (list |
