mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: elixir-ecto: Update to 3.13.3.
* gnu/packages/elixir-databases.scm (elixir-ecto): Update to 3.13.3. Change-Id: I3e378e5cce51cd041d40aa180b4fef364fd716c6
This commit is contained in:
parent
6c2c8e566d
commit
0fc3a18f6b
1 changed files with 2 additions and 2 deletions
|
@ -112,13 +112,13 @@ database tests inside transactions
|
|||
(define-public elixir-ecto
|
||||
(package
|
||||
(name "elixir-ecto")
|
||||
(version "3.13.2")
|
||||
(version "3.13.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "ecto" version))
|
||||
(sha256
|
||||
(base32 "0ghb9a4mgiak6103vks6w013sa7kg8dhirxpwxbgy4q56y8r57b6"))))
|
||||
(base32 "155gk6ik454a0pc9mxjml2l8r6jr8rwvmdi5zx1qia2kixvdn9qr"))))
|
||||
(build-system mix-build-system)
|
||||
(propagated-inputs (list elixir-decimal elixir-jason erlang-telemetry))
|
||||
(synopsis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue