python3.pkgs.pygobject3: 3.44.1 → 3.46.0
https://gitlab.gnome.org/GNOME/pygobject/-/compare/3.44.1...3.46.0 NEWS look okay. Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com> Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
c12caaee56
commit
5ad03b9bec
1 changed files with 4 additions and 4 deletions
|
@ -10,24 +10,24 @@
|
|||
, ncurses
|
||||
, meson
|
||||
, ninja
|
||||
, isPy3k
|
||||
, pythonOlder
|
||||
, gnome
|
||||
, python
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pygobject";
|
||||
version = "3.44.1";
|
||||
version = "3.46.0";
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
disabled = !isPy3k;
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
format = "other";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "PGgF0TIb6QzDLmSCFaViQw4NPW7c2o9MXnqdr/ytVxA=";
|
||||
sha256 = "QmAIstrVSMmvHHsDtZ3wRA/eXDPzj7VAaxA6Q9ZTyvw=";
|
||||
};
|
||||
|
||||
depsBuildBuild = [
|
||||
|
|
Loading…
Reference in a new issue