1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #135413 from r-ryantm/auto-update/python3.8-google-re2

python38Packages.google-re2: 0.1.20210601 -> 0.2.20210801
This commit is contained in:
Sandro 2021-08-23 13:33:04 +02:00 committed by GitHub
commit cc112612af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "google-re2";
version = "0.1.20210601";
version = "0.2.20210801";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "1f1ql95f97ss8i0rn1c37kgi0qrf1nq9b3q8xbq9x3gwg7xgzi71";
sha256 = "0806d78691e67970b3761767a30f1c631fed85b87001266c6adcb672ac2c9beb";
};
propagatedBuildInputs = [