aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
hon-xyz.scm
authorPeter Polidoro <peter@polidoro.io>2022-08-25 08:48:49 -0400
committerMarius Bakke <marius@gnu.org>2022-08-27 01:31:23 +0200
commitb048c4a0e93acbcfcf8f320732cf35df9f2cd546 (patch)
tree67d0f11dd22f0e60771851986adee
2020-12-10etc: Add more SELinux permissions for the daemon....Marius Bakke
2020-11-27etc: Add more SELinux permissions for the daemon....Marius Bakke
2020-11-26etc: Add more SELinux permissions for the daemon....Marius Bakke
2020-11-25etc: Add more SELinux permissions for the daemon....Marius Bakke
2020-11-15etc: Updates for the guix-daemon SELinux policy....Daniel Brooks
4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 87ed92e3ee..ca7b1074b1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3473,14 +3473,14 @@ interfaces.")
(define-public python-click
(package
(name "python-click")
- (version "8.1.2")
+ (version "8.1.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "click" version))
(sha256
(base32
- "0whs38a2i0561kwbgigs6vic9r0a1887m2v1aw3rmv6r2kz0g5s7"))))
+ "13kvp8visj5xh9d43brnda6q0kc1s40flxa5cw0p0a9hzf5dr0kn"))))
(build-system python-build-system)
(arguments
`(#:phases