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