Merge pull request #164255 from Cogitri/bada-bib-060

bada-bib: 0.5.1 -> 0.6.0
This commit is contained in:
Anderson Torres 2022-03-15 10:10:06 -03:00 committed by GitHub
commit 68d901a4a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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