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

bada-bib: 0.7.2 -> 0.8.0
This commit is contained in:
Weijia Wang 2023-01-22 23:33:47 +01:00 committed by GitHub
commit 6e9ffe5b99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@
python3Packages.buildPythonApplication rec {
pname = "bada-bib";
version = "0.7.2";
version = "0.8.0";
format = "other";
strictDeps = false; # https://github.com/NixOS/nixpkgs/issues/56943
@ -28,7 +28,7 @@ python3Packages.buildPythonApplication rec {
owner = "RogerCrocker";
repo = "BadaBib";
rev = "refs/tags/v${version}";
sha256 = "sha256-+b4Ko2srWZUs8zsH9jU+aiKQYZti3z2Bil8PogfpPlc=";
sha256 = "sha256-mdAoJh3qOwtPX8cMCYw7MDDNy10GdhynnS8gtszJROI=";
};
nativeBuildInputs = [