gnu: python-dbusmock: Update to 0.18.3.

* gnu/packages/python-xyz.scm (python-dbusmock): Update to 0.18.3.
[arguments]: Update phases accordingly.
This commit is contained in:
Kei Kebreau 2019-11-02 09:41:33 -04:00
parent aa2003471f
commit 09956cce4c
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

@ -16716,22 +16716,22 @@ (define-public python-pykwalify
(define-public python-dbusmock
(package
(name "python-dbusmock")
(version "0.18.1")
(version "0.18.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "python-dbusmock" version))
(sha256
(base32
"1hj02p65cic4jdc6a5xf1hx8j5icwy7dcrm5kg91lkjks4gwpg5h"))))
"0hp2kyac88nh9iv6l8hlmv7s1sa1s5f1a3wc2pmlmmxnd211fjlr"))))
(build-system python-build-system)
(arguments
'(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'patch-/bin/sh
(add-after 'unpack 'patch-shell-path
(lambda _
(substitute* "tests/test_code.py"
(("/bin/sh") (which "sh")))
(("/bin/bash") (which "bash")))
#t)))))
(native-inputs
`(;; For tests.