mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 04:37:36 -05:00
gnu: python-dbusmock: Update to 0.24.0.
* gnu/packages/python-xyz.scm (python-dbusmock): Update to 0.24.0. Delete trailing #t.
This commit is contained in:
parent
68ce9c3884
commit
fa3878f060
1 changed files with 3 additions and 4 deletions
|
@ -23459,14 +23459,14 @@ (define-public python-pykwalify
|
||||||
(define-public python-dbusmock
|
(define-public python-dbusmock
|
||||||
(package
|
(package
|
||||||
(name "python-dbusmock")
|
(name "python-dbusmock")
|
||||||
(version "0.18.3")
|
(version "0.24.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "python-dbusmock" version))
|
(uri (pypi-uri "python-dbusmock" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hp2kyac88nh9iv6l8hlmv7s1sa1s5f1a3wc2pmlmmxnd211fjlr"))))
|
"0wn2adqzwvwc0cc7kszidlq0i4xzfyip946dn85hbvjap8fxbq0b"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
@ -23474,8 +23474,7 @@ (define-public python-dbusmock
|
||||||
(add-after 'unpack 'patch-shell-path
|
(add-after 'unpack 'patch-shell-path
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "tests/test_code.py"
|
(substitute* "tests/test_code.py"
|
||||||
(("/bin/bash") (which "bash")))
|
(("/bin/bash") (which "bash"))))))))
|
||||||
#t)))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(;; For tests.
|
`(;; For tests.
|
||||||
("dbus" ,dbus) ; for dbus-daemon
|
("dbus" ,dbus) ; for dbus-daemon
|
||||||
|
|
Loading…
Reference in a new issue