bada-bib: 0.5.1 -> 0.6.0
This commit is contained in:
parent
9c0dd18492
commit
69895c6248
1 changed files with 2 additions and 3 deletions
|
@ -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 = ''
|
||||||
|
|
Loading…
Reference in a new issue