mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-pyfuse3: Update to 3.3.0.
* gnu/packages/python-xyz.scm (python-pyfuse3): Update to 3.3.0. Change-Id: I9b4120c631e51ad9829f3fa7338bdb8b48f60b87 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
dbc02656cf
commit
813aee874c
1 changed files with 2 additions and 2 deletions
|
@ -32496,13 +32496,13 @@ (define-public python-psycopg2-binary
|
|||
(define-public python-pyfuse3
|
||||
(package
|
||||
(name "python-pyfuse3")
|
||||
(version "3.2.1")
|
||||
(version "3.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pyfuse3" version))
|
||||
(sha256
|
||||
(base32 "0cvybynv9igssfa4l13q09gb6m7afmwk34wsbq8jk14sqpd4dl92"))))
|
||||
(base32 "1gbkwmk7gpyy70cqj9226qvwrx13xlwxfz86l86n5ybr4i0zwc9b"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs (list pkg-config))
|
||||
(inputs (list fuse))
|
||||
|
|
Loading…
Reference in a new issue