kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit c1dc021b3c88f5e483d19705b545b005cdaa85de
Author: Kei Kebreau <[email protected]>
Date: Sat Nov 2 09:41:33 2019 -0400
gnu: python-dbusmock: Update to 0.18.3.
* gnu/packages/python-xyz.scm (python-dbusmock): Update to 0.18.3.
[arguments]: Update phases accordingly.
---
gnu/packages/python-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index adb513a..73c7f76 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16874,22 +16874,22 @@ existing Hunspell hyphenation dictionaries.")
(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.