diff options
| author | Giacomo Leidi <therewasa@fishinthecalculator.me> | 2026-07-18 16:23:14 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-07-28 13:38:03 +0200 |
| commit | 0f97d28d157dae7602b43ebaa667b658f3f6ae50 (patch) | |
| tree | 8cd1bfe83dd3347ef1cf012a02793806912edc76 /gnu/packages/elixir-xyz.scm | |
| parent | 4f4022d511b95699fecbe43bae4f891eb09f9793 (diff) | |
gnu: elixir-nebulex: Update to 3.0.4.
* gnu/packages/elixir-xyz.scm (elixir-nebulex): Update to 3.0.4.
[propagated-inputs]: Add elixir-nimble-options.
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/elixir-xyz.scm')
| -rw-r--r-- | gnu/packages/elixir-xyz.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/elixir-xyz.scm b/gnu/packages/elixir-xyz.scm index c2bcfe5a14a..950a0d9ad14 100644 --- a/gnu/packages/elixir-xyz.scm +++ b/gnu/packages/elixir-xyz.scm | |||
| @@ -829,18 +829,20 @@ explicit contracts for Elixir.") | |||
| 829 | (define-public elixir-nebulex | 829 | (define-public elixir-nebulex |
| 830 | (package | 830 | (package |
| 831 | (name "elixir-nebulex") | 831 | (name "elixir-nebulex") |
| 832 | (version "2.6.3") | 832 | (version "3.0.4") |
| 833 | (source | 833 | (source |
| 834 | (origin | 834 | (origin |
| 835 | (method url-fetch) | 835 | (method url-fetch) |
| 836 | (uri (hexpm-uri "nebulex" version)) | 836 | (uri (hexpm-uri "nebulex" version)) |
| 837 | (sha256 | 837 | (sha256 |
| 838 | (base32 "1maq362prnjxigj3gkd6j9fy54ff4mj97r6aqz7gyqw45yvcpk89")))) | 838 | (base32 "1dmabzb0lj08nf00zwsj1r9qiy00qqvfw3pvy68sj6vh7xnzqsj4")))) |
| 839 | (build-system mix-build-system) | 839 | (build-system mix-build-system) |
| 840 | (arguments | 840 | (arguments |
| 841 | ;;Tests depend on elixir-ex2ms which is not packaged yet. | 841 | ;;Tests depend on elixir-ex2ms which is not packaged yet. |
| 842 | (list #:tests? #f)) | 842 | (list #:tests? #f)) |
| 843 | (propagated-inputs (list elixir-decorator erlang-shards erlang-telemetry)) | 843 | (propagated-inputs |
| 844 | (list elixir-decorator elixir-nimble-options erlang-shards | ||
| 845 | erlang-telemetry)) | ||
| 844 | (synopsis "In-memory and distributed caching toolkit for Elixir") | 846 | (synopsis "In-memory and distributed caching toolkit for Elixir") |
| 845 | (description "In-memory and distributed caching toolkit for Elixir.") | 847 | (description "In-memory and distributed caching toolkit for Elixir.") |
| 846 | (home-page "https://hexdocs.pm/nebulex/") | 848 | (home-page "https://hexdocs.pm/nebulex/") |
