mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: python-dbusmock: Update to 0.24.1.
* gnu/packages/python-xyz.scm (python-dbusmock): Update to 0.24.1.
This commit is contained in:
parent
4486870b1a
commit
416c706729
1 changed files with 2 additions and 2 deletions
|
@ -23608,14 +23608,14 @@ (define-public python-pykwalify
|
|||
(define-public python-dbusmock
|
||||
(package
|
||||
(name "python-dbusmock")
|
||||
(version "0.24.0")
|
||||
(version "0.24.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "python-dbusmock" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0wn2adqzwvwc0cc7kszidlq0i4xzfyip946dn85hbvjap8fxbq0b"))))
|
||||
"0kvjwn5sdp3rqcbclvxljkmk988l12dvppzfn3ldy3jxbyyn1mjn"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in a new issue