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:
Giacomo Leidi 2025-10-01 17:35:09 +02:00
parent 49e1e975e6
commit e13d773d85

View file

@ -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")