bada-bib: 0.6.1 -> 0.6.2

This commit is contained in:
R. Ryantm 2022-04-19 00:53:01 +00:00
parent d829658878
commit 9919952421

View file

@ -17,15 +17,15 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "bada-bib"; pname = "bada-bib";
version = "0.6.1"; version = "0.6.2";
format = "other"; format = "other";
strictDeps = false; # https://github.com/NixOS/nixpkgs/issues/56943 strictDeps = false; # https://github.com/NixOS/nixpkgs/issues/56943
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "RogerCrocker"; owner = "RogerCrocker";
repo = "BadaBib"; repo = "BadaBib";
rev = "v${version}"; rev = "refs/tags/v${version}";
sha256 = "sha256-fuGGKBScdo9rI3tLSBWIcWEME8nSuct0IUyfmI7PzCc="; sha256 = "sha256-3dXtBwqEqiXLjntmqLYeuwLv0RDb774+yOXc7vdf8+Y=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [