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

bada-bib: 0.6.2 -> 0.7.2

authored by Bobby Rong and committed by GitHub 13a310dc 773f1e2c

+8 -3
+8 -3
pkgs/applications/science/misc/bada-bib/default.nix
··· 10 , gnome 11 , gobject-introspection 12 , gtk4 13 , libxml2 14 , pkg-config 15 , python3Packages 16 - , wrapGAppsHook4 }: 17 18 python3Packages.buildPythonApplication rec { 19 pname = "bada-bib"; 20 - version = "0.6.2"; 21 format = "other"; 22 strictDeps = false; # https://github.com/NixOS/nixpkgs/issues/56943 23 ··· 25 owner = "RogerCrocker"; 26 repo = "BadaBib"; 27 rev = "refs/tags/v${version}"; 28 - sha256 = "sha256-3dXtBwqEqiXLjntmqLYeuwLv0RDb774+yOXc7vdf8+Y="; 29 }; 30 31 nativeBuildInputs = [ ··· 42 gdk-pixbuf 43 glib 44 gtk4 45 ]; 46 47 checkInputs = [
··· 10 , gnome 11 , gobject-introspection 12 , gtk4 13 + , gtksourceview5 14 + , libadwaita 15 , libxml2 16 , pkg-config 17 , python3Packages 18 + , wrapGAppsHook4 19 + }: 20 21 python3Packages.buildPythonApplication rec { 22 pname = "bada-bib"; 23 + version = "0.7.2"; 24 format = "other"; 25 strictDeps = false; # https://github.com/NixOS/nixpkgs/issues/56943 26 ··· 28 owner = "RogerCrocker"; 29 repo = "BadaBib"; 30 rev = "refs/tags/v${version}"; 31 + sha256 = "sha256-+b4Ko2srWZUs8zsH9jU+aiKQYZti3z2Bil8PogfpPlc="; 32 }; 33 34 nativeBuildInputs = [ ··· 45 gdk-pixbuf 46 glib 47 gtk4 48 + gtksourceview5 49 + libadwaita 50 ]; 51 52 checkInputs = [