diff options
| author | Giacomo Leidi <goodoldpaul@autistici.org> | 2025-10-01 17:35:35 +0200 |
|---|---|---|
| committer | Giacomo Leidi <therewasa@fishinthecalculator.me> | 2026-02-12 17:39:11 +0100 |
| commit | 4a91daa4ef0b4f00009c979d7685b52febcdd5ae (patch) | |
| tree | d746a1843acc7bbad1d7b9cb1b5598776b660e88 | |
| parent | facaef5de91a61521e1af303c53fe8c4b5cb310e (diff) | |
gnu: elixir-castore: Update to 1.0.15.
* gnu/packages/elixir-xyz.scm (elixir-castore): Update to 1.0.15.
Change-Id: If3f3fc6e1553ad2f76ccb86f3ceb1ad22ae645cf
| -rw-r--r-- | gnu/packages/elixir-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/elixir-xyz.scm b/gnu/packages/elixir-xyz.scm index 672b5bb975b..6b21c1870f2 100644 --- a/gnu/packages/elixir-xyz.scm +++ b/gnu/packages/elixir-xyz.scm | |||
| @@ -290,13 +290,13 @@ inline docs.") | |||
| 290 | (define-public elixir-castore | 290 | (define-public elixir-castore |
| 291 | (package | 291 | (package |
| 292 | (name "elixir-castore") | 292 | (name "elixir-castore") |
| 293 | (version "1.0.7") | 293 | (version "1.0.15") |
| 294 | (source | 294 | (source |
| 295 | (origin | 295 | (origin |
| 296 | (method url-fetch) | 296 | (method url-fetch) |
| 297 | (uri (hexpm-uri name version)) | 297 | (uri (hexpm-uri name version)) |
| 298 | (sha256 | 298 | (sha256 |
| 299 | (base32 "1xaw8n8g7qfygf8z8sz7f7pwmdl4lxshi9lj2b6j386jn2j8axys")))) | 299 | (base32 "1ls6wi7q9wcfzzjnkfm364wjb5j05wz79vr02iva1mymsxllrkln")))) |
| 300 | (build-system mix-build-system) | 300 | (build-system mix-build-system) |
| 301 | (arguments (list #:tests? #f)) ; no tests | 301 | (arguments (list #:tests? #f)) ; no tests |
| 302 | (synopsis "Up-to-date CA certificate store") | 302 | (synopsis "Up-to-date CA certificate store") |
