mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pygobject: Update to 3.50.0.
* gnu/packages/glib.scm (python-pygobject): Update to 3.50.0. (python-pygobject-3.48): Delete variable. * gnu/packages/gstreamer.scm (python-gst): Adjust accordingly.
This commit is contained in:
parent
e289080871
commit
dae7f8b822
2 changed files with 3 additions and 17 deletions
|
@ -1063,7 +1063,7 @@ useful for C++.")
|
||||||
(define-public python-pygobject
|
(define-public python-pygobject
|
||||||
(package
|
(package
|
||||||
(name "python-pygobject")
|
(name "python-pygobject")
|
||||||
(version "3.47.0")
|
(version "3.50.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1072,7 +1072,7 @@ useful for C++.")
|
||||||
"/pygobject-" version ".tar.xz"))
|
"/pygobject-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"082dpm34a350bnhgmkdv8myxzjgnrflckkpn46vnvs36f7bbfdij"))
|
"04i28xrb9fxkmn9j2mmsl0lbmk9blgjcl8hnxrbx90d8nmsnx0wd"))
|
||||||
(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
|
||||||
|
@ -1112,20 +1112,6 @@ useful for C++.")
|
||||||
'((upstream-name . "pygobject")))
|
'((upstream-name . "pygobject")))
|
||||||
(license license:lgpl2.1+)))
|
(license license:lgpl2.1+)))
|
||||||
|
|
||||||
(define-public python-pygobject-3.48
|
|
||||||
(package
|
|
||||||
(inherit python-pygobject)
|
|
||||||
(version "3.48.2")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(inherit (package-source python-pygobject))
|
|
||||||
(uri (string-append "mirror://gnome/sources/pygobject/"
|
|
||||||
(version-major+minor version)
|
|
||||||
"/pygobject-" version ".tar.xz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"19yii8lydnjw225k4gclhn8hya7caiginqi0mj9a0cdym6sax507"))))))
|
|
||||||
|
|
||||||
(define-public perl-glib
|
(define-public perl-glib
|
||||||
(package
|
(package
|
||||||
(name "perl-glib")
|
(name "perl-glib")
|
||||||
|
|
|
@ -1130,7 +1130,7 @@ binary, but none of the actual plugins.")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config python))
|
(list pkg-config python))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list gst-plugins-base python-pygobject-3.48))
|
(list gst-plugins-base python-pygobject))
|
||||||
(home-page "https://gstreamer.freedesktop.org/")
|
(home-page "https://gstreamer.freedesktop.org/")
|
||||||
(synopsis "GStreamer GObject Introspection overrides for Python")
|
(synopsis "GStreamer GObject Introspection overrides for Python")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue