mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27: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
|
||||
(package
|
||||
(name "python-dbusmock")
|
||||
(version "0.18.3")
|
||||
(version "0.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "python-dbusmock" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0hp2kyac88nh9iv6l8hlmv7s1sa1s5f1a3wc2pmlmmxnd211fjlr"))))
|
||||
"0wn2adqzwvwc0cc7kszidlq0i4xzfyip946dn85hbvjap8fxbq0b"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
@ -23474,8 +23474,7 @@ (define-public python-dbusmock
|
|||
(add-after 'unpack 'patch-shell-path
|
||||
(lambda _
|
||||
(substitute* "tests/test_code.py"
|
||||
(("/bin/bash") (which "bash")))
|
||||
#t)))))
|
||||
(("/bin/bash") (which "bash"))))))))
|
||||
(native-inputs
|
||||
`(;; For tests.
|
||||
("dbus" ,dbus) ; for dbus-daemon
|
||||
|
|
Loading…
Reference in a new issue