This is an automated email from the git hooks/post-receive script.

snape pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ee7c9d2541 gnu: python-bashlex: Update to 0.18.
ee7c9d2541 is described below

commit ee7c9d254117fa470686210ad2ef5e7f1ba4fefc
Author: Clément Lassieur <[email protected]>
AuthorDate: Thu Sep 21 17:35:57 2023 +0200

    gnu: python-bashlex: Update to 0.18.
    
    * gnu/packages/python-xyz.scm (python-bashlex): Update to 0.18.
    
    This fixes the build.
---
 gnu/packages/python-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1b6291f12d..e90333cadf 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -51,7 +51,7 @@
 ;;; Copyright © 2016, 2018 Tomáš Čech <[email protected]>
 ;;; Copyright © 2018-2023 Nicolas Goaziou <[email protected]>
 ;;; Copyright © 2018 Oleg Pykhalov <[email protected]>
-;;; Copyright © 2018, 2019, 2021 Clément Lassieur <[email protected]>
+;;; Copyright © 2018, 2019, 2021, 2023 Clément Lassieur <[email protected]>
 ;;; Copyright © 2018, 2019, 2020, 2021, 2022, 2023 Maxim Cournoyer 
<[email protected]>
 ;;; Copyright © 2018 Luther Thompson <[email protected]>
 ;;; Copyright © 2018 Vagrant Cascadian <[email protected]>
@@ -28915,14 +28915,14 @@ at import time.")
 (define-public python-bashlex
   (package
     (name "python-bashlex")
-    (version "0.14")
+    (version "0.18")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "bashlex" version))
        (sha256
         (base32
-         "1z9g96fgsfpdwawp4sb5x6hbdhmda7kgmcrqlf9xx4bs1f8f14js"))))
+         "1vln4zszzdqkypiir2hxsvkhgbf816005lbgqcw66rymqq0kmc2v"))))
     (build-system python-build-system)
     (arguments
      `(#:phases

Reply via email to