[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
57/63: gnu: python-dbusmock: Update to 0.18.3.
From: |
guix-commits |
Subject: |
57/63: gnu: python-dbusmock: Update to 0.18.3. |
Date: |
Thu, 7 Nov 2019 09:57:50 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit b5b4f2fe121d430b66ca2a0bd9e1027a69f60d74
Author: Kei Kebreau <address@hidden>
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.
- 50/63: gnu: quadrapassel: Update to 3.32.0., (continued)
- 50/63: gnu: quadrapassel: Update to 3.32.0., guix-commits, 2019/11/07
- 51/63: gnu: seahorse: Update to 3.32.2., guix-commits, 2019/11/07
- 55/63: gnu: file-roller: Update to 3.32.2., guix-commits, 2019/11/07
- 61/63: gnu: python-pyatspi: Update to 2.34.0., guix-commits, 2019/11/07
- 59/63: gnu: pipewire: Update to 0.2.7., guix-commits, 2019/11/07
- 40/63: gnu: python-pyatspi: Update to 2.32.1., guix-commits, 2019/11/07
- 42/63: gnu: cheese: Update to 3.32.1., guix-commits, 2019/11/07
- 43/63: gnu: libdazzle: Use xorg-server-fot-tests., guix-commits, 2019/11/07
- 49/63: gnu: gnome-maps: Update to 3.32.2.1., guix-commits, 2019/11/07
- 53/63: gnu: gnome-session: Update to 3.32.0., guix-commits, 2019/11/07
- 57/63: gnu: python-dbusmock: Update to 0.18.3.,
guix-commits <=
- 52/63: gnu: yelp: Update to 3.32.2., guix-commits, 2019/11/07
- 54/63: gnu: epiphany: Update to 3.32.5., guix-commits, 2019/11/07
- 58/63: gnu: grilo: Update to 0.3.10., guix-commits, 2019/11/07
- 56/63: gnu: gnome-online-accounts: Update to 3.32.1., guix-commits, 2019/11/07
- 60/63: gnu: nautilus: Update to 3.32.3., guix-commits, 2019/11/07
- 62/63: gnu: network-manager: Update to 1.18.4., guix-commits, 2019/11/07
- 47/63: gnu: ghex: Update to 3.18.4., guix-commits, 2019/11/07
- 63/63: gnu: modem-manager: Update to 1.10.8., guix-commits, 2019/11/07