Merge pull request #180296 from r-ryantm/auto-update/bada-bib

bada-bib: 0.6.2 -> 0.7.2
This commit is contained in:
Bobby Rong 2022-07-11 20:44:36 +08:00 committed by GitHub
commit 13a310dc59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,14 +10,17 @@
, gnome , gnome
, gobject-introspection , gobject-introspection
, gtk4 , gtk4
, gtksourceview5
, libadwaita
, libxml2 , libxml2
, pkg-config , pkg-config
, python3Packages , python3Packages
, wrapGAppsHook4 }: , wrapGAppsHook4
}:
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "bada-bib"; pname = "bada-bib";
version = "0.6.2"; version = "0.7.2";
format = "other"; format = "other";
strictDeps = false; # https://github.com/NixOS/nixpkgs/issues/56943 strictDeps = false; # https://github.com/NixOS/nixpkgs/issues/56943
@ -25,7 +28,7 @@ python3Packages.buildPythonApplication rec {
owner = "RogerCrocker"; owner = "RogerCrocker";
repo = "BadaBib"; repo = "BadaBib";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
sha256 = "sha256-3dXtBwqEqiXLjntmqLYeuwLv0RDb774+yOXc7vdf8+Y="; sha256 = "sha256-+b4Ko2srWZUs8zsH9jU+aiKQYZti3z2Bil8PogfpPlc=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -42,6 +45,8 @@ python3Packages.buildPythonApplication rec {
gdk-pixbuf gdk-pixbuf
glib glib
gtk4 gtk4
gtksourceview5
libadwaita
]; ];
checkInputs = [ checkInputs = [