3
0
Fork 0
forked from mirrors/nixpkgs

python36Packages.brotli: 1.0.5 -> 1.0.7 (#50169)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-brotli/versions
This commit is contained in:
R. RyanTM 2018-11-10 06:04:14 -08:00 committed by Robert Schütz
parent d5c5c5c4d1
commit b7b2d9cd6c

View file

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