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 { stdenv.mkDerivation rec {
pname = "biblatex-check"; pname = "biblatex-check";
version = "1.0.1"; version = "1.0.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Pezmc"; owner = "Pezmc";
repo = "BibLatex-Check"; repo = "BibLatex-Check";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-Pe6Ume7vH8WJG2EqOw31g3VYilfFsDBmNHtHcUXxqf0="; sha256 = "sha256-8oHX56+kRWWl8t22DqLAFinjPngRMo3vXxXuVXBwutM=";
}; };
buildInputs = [ python3 ]; buildInputs = [ python3 ];