python3Packages.gflanguages: 0.7.6 -> 0.7.7

R. Ryantm 9c3bd38d 4199f186

Changed files
+2 -2
pkgs
development
python-modules
gflanguages
+2 -2
pkgs/development/python-modules/gflanguages/default.nix
···
buildPythonPackage rec {
pname = "gflanguages";
-
version = "0.7.6";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
-
hash = "sha256-8lhD0L3JwmogPFjL+LAdV8ewvIR4IEtuhEYlaTZXFjk=";
};
# Relax the dependency on protobuf 3. Other packages in the Google Fonts
···
buildPythonPackage rec {
pname = "gflanguages";
+
version = "0.7.7";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
+
hash = "sha256-JR+lmwGhPR/RoskpouNzGOE9kRgvSGgzx5Xa196k0eA=";
};
# Relax the dependency on protobuf 3. Other packages in the Google Fonts