python3Packages.brotli: 1.0.7 -> 1.0.9

This commit is contained in:
Jonathan Ringer 2021-03-24 10:41:46 -07:00 committed by Frederik Rietdijk
parent 04d918395f
commit 945823eef1

View File

@ -2,14 +2,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "brotli"; pname = "brotli";
version = "1.0.7"; version = "1.0.9";
# PyPI doesn't contain tests so let's use GitHub # PyPI doesn't contain tests so let's use GitHub
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "google"; owner = "google";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1811b55wdfg4kbsjcgh1kc938g118jpvif97ilgrmbls25dfpvvw"; sha256 = "0xyp85h12sknl4pxg1x8lgx8simzhdv73h4a8c1m7gyslsny386g";
}; };
dontConfigure = true; dontConfigure = true;