abcdw pushed a commit to branch master
in repository guix.

commit 1c113b7c42922d67026f9329cd9351c927f610b7
Author: Igor Goryachev <[email protected]>
AuthorDate: Tue Jul 2 09:55:06 2024 +0300

    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 <[email protected]>
---
 gnu/packages/elixir-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/elixir-xyz.scm b/gnu/packages/elixir-xyz.scm
index 5af8d7c1b4..69e3a53ff3 100644
--- a/gnu/packages/elixir-xyz.scm
+++ b/gnu/packages/elixir-xyz.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2023 Pierre-Henry Fröhring <[email protected]>
+;;; Copyright © 2024 Igor Goryachev <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -36,13 +37,13 @@
 (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")

Reply via email to