[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/14: gnu: python-pathlib2: Update to 2.3.7.post1.
From: |
guix-commits |
Subject: |
02/14: gnu: python-pathlib2: Update to 2.3.7.post1. |
Date: |
Fri, 9 Sep 2022 17:01:42 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit ef6f786c939e4b11343a5bd2e4320e6d065589f8
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Sep 5 17:56:46 2022 +0200
gnu: python-pathlib2: Update to 2.3.7.post1.
* gnu/packages/python-xyz.scm (python-pathlib2): Update to 2.3.7post1.
---
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 2f5fe120bd..8d05d743f4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8079,14 +8079,14 @@ functions like pickle, json or PyYAML module.")
(define-public python-pathlib2
(package
(name "python-pathlib2")
- (version "2.3.6")
+ (version "2.3.7.post1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pathlib2" version))
(sha256
(base32
- "0psyg60vk8wca473djrh0v9gb853z8wcawi8im5dyg00amawp2vx"))))
+ "0hf62d0lsf37vnr5fxqp5rfn85njgsr45j4rw71w10wbi6nyvq4z"))))
(build-system python-build-system)
(propagated-inputs
(list python-scandir python-six))
- branch master updated (8eeadc8cb8 -> b15c0e75f9), guix-commits, 2022/09/09
- 03/14: gnu: python-psutil: Update to 5.9.2., guix-commits, 2022/09/09
- 01/14: gnu: python-beautifulsoup4: Update to 4.11.1., guix-commits, 2022/09/09
- 14/14: gnu: QEMU: Use G-expression., guix-commits, 2022/09/09
- 04/14: gnu: python-pytest-benchmark: Update to 3.4.1., guix-commits, 2022/09/09
- 07/14: gnu: graphicsmagick: Use G-expression., guix-commits, 2022/09/09
- 09/14: gnu: meson: Introduce versioned 'meson-0.60' variable., guix-commits, 2022/09/09
- 05/14: gnu: graphicsmagick: Update to 1.3.38., guix-commits, 2022/09/09
- 11/14: gnu: Explicitly use OpenSSL 1.1 in more packages., guix-commits, 2022/09/09
- 12/14: gnu: libcacard: Explicitly add NSS on RUNPATH., guix-commits, 2022/09/09
- 02/14: gnu: python-pathlib2: Update to 2.3.7.post1.,
guix-commits <=
- 10/14: gnu: Explicitly use meson@0.60 in packages that don't support 0.63., guix-commits, 2022/09/09
- 06/14: gnu: graphicsmagick: Remove input labels., guix-commits, 2022/09/09
- 08/14: gnu: meson@0.63: Update to 0.63.2., guix-commits, 2022/09/09
- 13/14: gnu: QEMU: Update to 7.1.0., guix-commits, 2022/09/09