mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: python-pygobject: Update to 3.47.0.
* gnu/packages/glib.scm (python-pygobject): Update to 3.47.0. Change-Id: I971ad0b8add33ac472b0ca3f2fe3218061af1fa5
This commit is contained in:
parent
e675723b0f
commit
8d24f414e4
1 changed files with 3 additions and 2 deletions
|
@ -1028,7 +1028,7 @@ useful for C++.")
|
||||||
(define-public python-pygobject
|
(define-public python-pygobject
|
||||||
(package
|
(package
|
||||||
(name "python-pygobject")
|
(name "python-pygobject")
|
||||||
(version "3.46.0")
|
(version "3.47.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1036,7 +1036,8 @@ useful for C++.")
|
||||||
(version-major+minor version)
|
(version-major+minor version)
|
||||||
"/pygobject-" version ".tar.xz"))
|
"/pygobject-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1z6aagb46fhhdd0bb3zk6dfdw3s4y2fva0vv3jpwjj6mvar0hq22"))
|
(base32
|
||||||
|
"082dpm34a350bnhgmkdv8myxzjgnrflckkpn46vnvs36f7bbfdij"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; We disable these tests in a snippet so that they are inherited
|
;; We disable these tests in a snippet so that they are inherited
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue