mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: elixir-makeup: Update to 1.2.1.
* gnu/packages/elixir-xyz.scm (elixir-makeup): Update to 1.2.1. Change-Id: Ice5dcb761b4aab0920650854e8a1ebe2b4c096ab
This commit is contained in:
parent
e13d773d85
commit
6dde281622
1 changed files with 2 additions and 2 deletions
|
@ -61,13 +61,13 @@ for higher-level combinators through composition.")
|
|||
(define-public elixir-makeup
|
||||
(package
|
||||
(name "elixir-makeup")
|
||||
(version "1.1.2")
|
||||
(version "1.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri name version))
|
||||
(sha256
|
||||
(base32 "1b3civqrznn3dxqa3iybwbpgj8dj6f7q1zlgr8gd5jzvh5mmdqfc"))))
|
||||
(base32 "1khpilfafsxz494yiyx6arqf9hm4jw8i644davm0zbhbgf388r6k"))))
|
||||
(build-system mix-build-system)
|
||||
(propagated-inputs (list elixir-nimble-parsec))
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue