mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: elixir-beam-file: Update to 0.6.3.
* gnu/packages/elixir-xyz.scm (elixir-beam-file): Update to 0.6.3. Change-Id: Ifd28be80927a34fba14c564a7cf5d9d91c4369ad
This commit is contained in:
parent
72f04847c5
commit
a3e23e81b6
1 changed files with 2 additions and 2 deletions
|
@ -211,13 +211,13 @@ that writes and updates tests for you.")
|
|||
(define-public elixir-beam-file
|
||||
(package
|
||||
(name "elixir-beam-file")
|
||||
(version "0.6.2")
|
||||
(version "0.6.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "beam_file" version))
|
||||
(sha256
|
||||
(base32 "0mlwrh5sxvz36qqqwbyhqz9xyx93c3bv04vjmpf4wrxdba79xa89"))))
|
||||
(base32 "1qcfgcpkswk3fmq6s2d36myhzhnxy5vwf7z11mqs6mqz11xx54jf"))))
|
||||
(build-system mix-build-system)
|
||||
(native-inputs
|
||||
(list elixir-excoveralls elixir-recode))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue