bada-bib: 0.5.1 -> 0.6.0

This commit is contained in:
Rasmus Thomsen 2022-03-15 12:50:26 +01:00
parent 9c0dd18492
commit 69895c6248
No known key found for this signature in database
GPG key ID: 1115241518154EA6

View file

@ -17,7 +17,7 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "bada-bib"; pname = "bada-bib";
version = "0.5.1"; version = "0.6.0";
format = "other"; format = "other";
strictDeps = false; # https://github.com/NixOS/nixpkgs/issues/56943 strictDeps = false; # https://github.com/NixOS/nixpkgs/issues/56943
@ -25,7 +25,7 @@ python3Packages.buildPythonApplication rec {
owner = "RogerCrocker"; owner = "RogerCrocker";
repo = "BadaBib"; repo = "BadaBib";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-tb/720WPqcO4w1EMmidjtEidsjZ0dEhe+/vnJPM6kxo="; sha256 = "sha256-gfZc3R8hrYy4Nco+XwG29lzZd537ByEgd3RL8h7f6DQ=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -52,7 +52,6 @@ python3Packages.buildPythonApplication rec {
pythonPath = with python3Packages; [ pythonPath = with python3Packages; [
bibtexparser bibtexparser
pygobject3 pygobject3
watchgod
]; ];
postPatch = '' postPatch = ''