mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pymsgbox: Update to 1.0.6-1.944b7cd.
* gnu/packages/python-xyz.scm (python-): Update to 1.0.6-1.944b7cd. Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
4c6eab4f13
commit
e1c1494840
1 changed files with 3 additions and 3 deletions
|
@ -7635,8 +7635,8 @@ memory usage and transliteration quality.")
|
|||
(license license:expat)))
|
||||
|
||||
(define-public python-pymsgbox
|
||||
(let ((commit "55926b55f46caa969c5ddb87990ebea2737bd66f")
|
||||
(revision "0"))
|
||||
(let ((commit "944b7cdc67058d005ce5fd011c66f2d87d25aba0")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "python-pymsgbox")
|
||||
(version (git-version "1.0.6" revision commit))
|
||||
|
@ -7648,7 +7648,7 @@ memory usage and transliteration quality.")
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0zy7rjfpwlrd8b64j7jk2lb8m2npc21rnpwakpfvwgl4nxdy80rg"))))
|
||||
(base32 "1bhipfvnc06l8hiadk302v74yin38nwz1r47njliwk8kz103yl3g"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
;; Circular dependency to run tests:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue