Merge pull request #89470 from doronbehar/update-brotab

brotab: 1.2.2 -> 1.3.0
This commit is contained in:
Sarah Brofeldt 2020-06-08 20:11:39 +02:00 committed by GitHub
commit 75251d9ea5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,14 @@
{ lib, fetchFromGitHub, glibcLocales, python }: { lib, fetchFromGitHub, glibcLocales, python }:
python.pkgs.buildPythonApplication rec { python.pkgs.buildPythonApplication rec {
version = "1.2.2"; version = "1.3.0";
pname = "brotab"; pname = "brotab";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "balta2ar"; owner = "balta2ar";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "1c6npyws705qf9rv70mmh7d0almmpxz87a0n65lhw08lms1h3dl2"; sha256 = "1ja9qaf3rxm0chgzs5mpw973h7ibb454k9mbfbb2gl12gr9zllyw";
}; };
propagatedBuildInputs = with python.pkgs; [ propagatedBuildInputs = with python.pkgs; [