mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: elixir-nimble-parsec: Update to 1.4.2.
* gnu/packages/elixir-xyz.scm (elixir-nimble-parsec): Update to 1.4.2. Change-Id: If1f7ee04bda7beec7a34cb7ea62f702afcfc8047
This commit is contained in:
parent
49e1e975e6
commit
e13d773d85
1 changed files with 2 additions and 2 deletions
|
@ -42,13 +42,13 @@
|
||||||
(define-public elixir-nimble-parsec
|
(define-public elixir-nimble-parsec
|
||||||
(package
|
(package
|
||||||
(name "elixir-nimble-parsec")
|
(name "elixir-nimble-parsec")
|
||||||
(version "1.4.0")
|
(version "1.4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (hexpm-uri name version))
|
(uri (hexpm-uri name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0a6gs7950gpkdax18x167g8v6dy4sbbx47cchglq7cqgh5i5hmlw"))))
|
(base32 "0wy917z0wklczd9ps54dcr9s00yd3jcxmqdv0fs5586x8a4kj8ab"))))
|
||||||
(build-system mix-build-system)
|
(build-system mix-build-system)
|
||||||
(arguments (list #:tests? #f)) ; no tests
|
(arguments (list #:tests? #f)) ; no tests
|
||||||
(synopsis "Text-based parser combinators")
|
(synopsis "Text-based parser combinators")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue