<
-*- mode: org; coding: utf-8; -*- #+TITLE: Hacking GNU Guix and Its Incredible Distro Copyright © 2012, 2013, 2014, 2016, 2017, 2019 Ludovic Courtès <ludo@gnu.org> Copyright © 2015, 2017 Mathieu Lirzin <mthl@gnu.org> Copyright © 2017 Leo Famulari <leo@famulari.name> Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net> Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. * Contributing See the manual for useful hacking information, either by running info -f doc/guix.info "Contributing" or by checking the [[https://guix.gnu.org/manual/devel/en/html_node/Contributing.html][web copy of the manual]]. ue='0' selected='selected'>unified
aboutsummaryrefslogtreecommitdiff
authorMathieu Othacehe <m.othacehe@gmail.com>2019-10-19 15:22:38 +0200
committerMathieu Othacehe <m.othacehe@gmail.com>2019-10-19 15:56:23 +0200
commit63d4873b9300693ddcbcb6b220b2e892588b83b4 (patch)
tree2699680603f963c14ea5addd81271e585dc71ba2
parenta0b2accf8217f15480272bef2e61fc0407afbcbd (diff)
downloadguix-63d4873b9300693ddcbcb6b220b2e892588b83b4.tar.gz
guix-63d4873b9300693ddcbcb6b220b2e892588b83b4.zip
gnu: python-lazy-object-proxy: Update to 1.4.2.
* gnu/packages/python-xyz.scm (python-lazy-object-proxy): Update to 1.4.2, [native-inputs]: add python-setuptools-scm.
Diffstat
-rw-r--r--gnu/packages/python-xyz.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4c46bdca47..29834257cf 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10628,13 +10628,15 @@ docstring and colored output.")
(define-public python-lazy-object-proxy
(package
(name "python-lazy-object-proxy")
- (version "1.3.1")
+ (version "1.4.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "lazy-object-proxy" version))
(sha256
(base32
- "0yha7q9bhw857fwaby785d63mffhngl9npwzlk9i0pwlkwvbx4gb"))))
+ "1wgl0fmddi0ind78a74yyk2qrr9pb5llvj1892cdpp6z6n6mn4zx"))))
+ (native-inputs
+ `(("python-setuptools-scm" ,python-setuptools-scm-3.3)))
(build-system python-build-system)
(home-page "https://github.com/ionelmc/python-lazy-object-proxy")
(synopsis "Lazy object proxy for python")