pythonPackages.google_crc32c: 1.0.0 -> 1.1.0, rename to fit other google packages

This commit is contained in:
Sandro Jäckel
2021-01-06 21:54:24 +01:00
parent 7a414d636e
commit 2ff9969a97
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -2605,7 +2605,7 @@ in {
google-compute-engine = callPackage ../tools/virtualization/google-compute-engine { };
google-crc32c = callPackage ../development/python-modules/google-crc32c {
google_crc32c = callPackage ../development/python-modules/google_crc32c {
inherit (pkgs) crc32c;
};