me
/
guix
Archived
1
0
Fork 0

gnu: python-dbusmock: Update to 0.24.0.

* gnu/packages/python-xyz.scm (python-dbusmock): Update to 0.24.0.  Delete
trailing #t.
master
Maxim Cournoyer 2021-10-23 23:10:04 -04:00
parent 68ce9c3884
commit fa3878f060
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 4 deletions

View File

@ -23459,14 +23459,14 @@ for YAML and JSON.")
(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 @@ for YAML and JSON.")
(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