gnu: elixir-nimble-parsec: Update to 1.4.0.

* gnu/packages/elixir-xyz.scm (elixir-nimble-parsec): Update to 1.4.0.

Change-Id: I4622df968c176a6ad318b70d18dba31909d9276c
Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
Igor Goryachev 2024-07-02 09:55:06 +03:00 committed by Andrew Tropin
parent 47ab8444bf
commit 1c113b7c42
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2023 Pierre-Henry Fröhring <phfrohring@deeplinks.com>
;;; Copyright © 2024 Igor Goryachev <igor@goryachev.org>
;;;
;;; This file is part of GNU Guix.
;;;
@ -36,13 +37,13 @@ (define-module (gnu packages elixir-xyz)
(define-public elixir-nimble-parsec
(package
(name "elixir-nimble-parsec")
(version "1.3.1")
(version "1.4.0")
(source
(origin
(method url-fetch)
(uri (hexpm-uri name version))
(sha256
(base32 "0rxiw6jzz77v0j460wmzcprhdgn71g1hrz3mcc6djn7bnb0f70i6"))))
(base32 "0a6gs7950gpkdax18x167g8v6dy4sbbx47cchglq7cqgh5i5hmlw"))))
(build-system mix-build-system)
(arguments (list #:tests? #f)) ; no tests
(synopsis "Text-based parser combinators")