[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/22: gnu: python-pluggy: Update to 0.11.0.
From: |
guix-commits |
Subject: |
21/22: gnu: python-pluggy: Update to 0.11.0. |
Date: |
Sun, 7 Jul 2019 19:04:45 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit e5731c03829fa8a71aab5bcf50442c517df2a8c3
Author: Marius Bakke <address@hidden>
Date: Mon Jul 8 00:58:09 2019 +0200
gnu: python-pluggy: Update to 0.11.0.
* gnu/packages/python-xyz.scm (python-pluggy): Update to 0.11.0.
---
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 cd74ee1..f3fae63 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8483,14 +8483,14 @@ library as well as on the command line.")
(define-public python-pluggy
(package
(name "python-pluggy")
- (version "0.9.0")
+ (version "0.11.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pluggy" version))
(sha256
(base32
- "13yg2q0wgcb4l8lgdvcnzqa8db5lrw3nwn50lxjy1z5jkp7gkv0r"))))
+ "10511a54dvafw1jrk75mrhml53c7b7w4yaw7241696lc2hfvr895"))))
(build-system python-build-system)
(native-inputs
`(("python-setuptools-scm" ,python-setuptools-scm)))
- branch core-updates updated (4f5fe46 -> a7ed2d5), guix-commits, 2019/07/07
- 02/22: gnu: icu4c: Use 'python-minimal' for tests., guix-commits, 2019/07/07
- 01/22: gnu: Python: Avoid needless reference on coreutils., guix-commits, 2019/07/07
- 04/22: gnu: cURL: Build against Python 3., guix-commits, 2019/07/07
- 03/22: gnu: icu4c: Enable tests on i686., guix-commits, 2019/07/07
- 13/22: gnu: libpsl: Python is a native input., guix-commits, 2019/07/07
- 08/22: gnu: ninja: Python is a regular input., guix-commits, 2019/07/07
- 07/22: gnu: ninja: Build against Python 3., guix-commits, 2019/07/07
- 21/22: gnu: python-pluggy: Update to 0.11.0.,
guix-commits <=
- 14/22: build-system/meson: Enable compiler optimizations., guix-commits, 2019/07/07
- 06/22: gnu: libevent: Use Python 3 for event_rpcgen.py., guix-commits, 2019/07/07
- 12/22: gnu: graphite2: Build against Python 3., guix-commits, 2019/07/07
- 11/22: gnu: zziplib: Don't run failing tests., guix-commits, 2019/07/07
- 19/22: gnu: jalv: Remove GCC5 workaround., guix-commits, 2019/07/07
- 09/22: gnu: libpsl: Build against Python 3., guix-commits, 2019/07/07
- 05/22: gnu: itstool: Update to 2.0.6., guix-commits, 2019/07/07
- 15/22: gnu: libinput: Use the 'release' Meson build type., guix-commits, 2019/07/07
- 17/22: gnu: doxygen: Build with Python 3., guix-commits, 2019/07/07
- 10/22: gnu: zziplib: Don't use unstable tarball., guix-commits, 2019/07/07