[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/20: gnu: python-astunparse: Update to 1.6.3.
From: |
guix-commits |
Subject: |
14/20: gnu: python-astunparse: Update to 1.6.3. |
Date: |
Sun, 11 Sep 2022 13:46:53 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 2be1580eed19c386062bcfbbbc8421c6d8fb6a6e
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Sep 11 16:52:23 2022 +0200
gnu: python-astunparse: Update to 1.6.3.
* gnu/packages/python-xyz.scm (python-astunparse): Update to 1.6.3.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d977d21381..6077db4cc1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23524,13 +23524,13 @@ source via the Abstract Syntax Tree.")
(define-public python-astunparse
(package
(name "python-astunparse")
- (version "1.6.2")
+ (version "1.6.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "astunparse" version))
(sha256
- (base32 "0rzbc44xcvzjhhiy7wac96mgal5mcjz1mfq8rmvgswskf4kf9cys"))))
+ (base32 "0wh8jjvwafxc7rvbyb13cdwndkicm7cry1bd8p1q9l7has23mnas"))))
(build-system python-build-system)
(arguments '(#:tests? #f)) ; there are none
(propagated-inputs
- branch master updated (9f780ff4dd -> 9b3124b2fc), guix-commits, 2022/09/11
- 01/20: gnu: swaylock: Update to 1.6., guix-commits, 2022/09/11
- 02/20: gnu: Open vSwitch: Adjust tests for grep 3.8., guix-commits, 2022/09/11
- 05/20: gnu: Open vSwitch: Update to 3.0.0., guix-commits, 2022/09/11
- 03/20: gnu: Open vSwitch: Add release-monitoring-url., guix-commits, 2022/09/11
- 04/20: gnu: Open vSwitch: Remove input labels., guix-commits, 2022/09/11
- 07/20: gnu: mercurial: Update to 6.2.2., guix-commits, 2022/09/11
- 09/20: gnu: libslirp: Update to 4.7.0., guix-commits, 2022/09/11
- 12/20: gnu: python-docutils: Add 0.19., guix-commits, 2022/09/11
- 08/20: gnu: ntp: Adjust for glibc 2.34 and later., guix-commits, 2022/09/11
- 14/20: gnu: python-astunparse: Update to 1.6.3.,
guix-commits <=
- 16/20: gnu: python-gast: Enable tests., guix-commits, 2022/09/11
- 18/20: gnu: Add python-pyproject-metadata., guix-commits, 2022/09/11
- 19/20: gnu: python-sphinx-theme-builder: Update to 0.2.0b1., guix-commits, 2022/09/11
- 20/20: gnu: Deprecate python-pep621., guix-commits, 2022/09/11
- 06/20: gnu: mercurial: Adjust for grep 3.8., guix-commits, 2022/09/11
- 10/20: gnu: slirp4netns: Update to 1.2.0., guix-commits, 2022/09/11
- 11/20: gnu: QEMU: Unbundle dtc and slirp., guix-commits, 2022/09/11
- 15/20: gnu: python-gast: Update to 0.5.3., guix-commits, 2022/09/11
- 17/20: gnu: Add python-sphinx-tabs., guix-commits, 2022/09/11
- 13/20: gnu: python-gast: Update home page., guix-commits, 2022/09/11