summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-11-05 10:44:15 -0500
committerGitHub <noreply@github.com>2022-11-05 10:44:15 -0500
commit0be790547aca9b82477dff2a58b3f78ecfc329f3 (patch)
treeb3d6d4ec123ac02cfbd68cb9dc7ca1bf0fac4658
parentMerge pull request #199672 from r-ryantm/auto-update/python310Packages.PyGithub (diff)
parentbiblatex-check: 1.0.1 -> 1.0.2 (diff)
downloadnixpkgs-0be790547aca9b82477dff2a58b3f78ecfc329f3.tar.gz
Merge pull request #199451 from r-ryantm/auto-update/biblatex-check
biblatex-check: 1.0.1 -> 1.0.2
-rw-r--r--pkgs/tools/typesetting/biblatex-check/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/typesetting/biblatex-check/default.nix b/pkgs/tools/typesetting/biblatex-check/default.nix
index c929d5901502..d3d3be0f430f 100644
--- a/pkgs/tools/typesetting/biblatex-check/default.nix
+++ b/pkgs/tools/typesetting/biblatex-check/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "biblatex-check";
- version = "1.0.1";
+ version = "1.0.2";
src = fetchFromGitHub {
owner = "Pezmc";
repo = "BibLatex-Check";
rev = "v${version}";
- sha256 = "sha256-Pe6Ume7vH8WJG2EqOw31g3VYilfFsDBmNHtHcUXxqf0=";
+ sha256 = "sha256-8oHX56+kRWWl8t22DqLAFinjPngRMo3vXxXuVXBwutM=";
};
buildInputs = [ python3 ];