mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: python-aionotify: Update to 0.3.1.
* gnu/packages/python-xyz.scm (python-aionotify): Update to 0.3.1. [native-inputs]: Add python-pytest, python-setuptools, and python-wheel. Change-Id: I8e553d9e41ba5fbe6447c59525810db3fb726c0d
This commit is contained in:
parent
351e094be1
commit
858469f17b
1 changed files with 6 additions and 2 deletions
|
@ -31568,7 +31568,7 @@ (define-public python-cson
|
|||
(define-public python-aionotify
|
||||
(package
|
||||
(name "python-aionotify")
|
||||
(version "0.3.0")
|
||||
(version "0.3.1")
|
||||
(source
|
||||
(origin
|
||||
;; Source tarball on PyPi lacks tests
|
||||
|
@ -31578,8 +31578,12 @@ (define-public python-aionotify
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0qkzwccv8k6mx1yvc0hmsgnzgb4vh8h97kq7i64ic6xzxkd57vkz"))))
|
||||
(base32 "1p08g0h4bjlra25cwysag7gifsrm35d5vkjfv845w1rig8b57q9s"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(home-page "https://github.com/rbarrois/aionotify")
|
||||
(synopsis "inotify library for Python")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue