biblatex-check: 1.0.1 -> 1.0.2

This commit is contained in:
R. Ryantm 2022-11-04 03:03:32 +00:00
parent aed7e0cf91
commit fcffb9c1ec

View File

@ -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 ];