mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-pygobject: Update to 3.44.1.
* gnu/packages/glib.scm (python-pygobject): Update to 3.44.1.
This commit is contained in:
parent
6af9e7d228
commit
2a911cd34c
1 changed files with 2 additions and 2 deletions
|
@ -899,7 +899,7 @@ (define-public glibmm-2.64
|
|||
(define-public python-pygobject
|
||||
(package
|
||||
(name "python-pygobject")
|
||||
(version "3.42.2")
|
||||
(version "3.44.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -908,7 +908,7 @@ (define-public python-pygobject
|
|||
"/pygobject-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0my95gjnps093inzznbipkhf25cffbc32v9is2fq8wvh59g6ks5d"))
|
||||
"042pmpyaz7bsbr68znnwdqyhs3j3cajib0k45v1hrs8v6b8has1w"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue