mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
python311Packages.gradient-statsd: rename from gradient_statsd
This commit is contained in:
parent
e55b4c1ec7
commit
a887f14d9e
@ -7,7 +7,7 @@
|
||||
, click-help-colors
|
||||
, colorama
|
||||
, fetchPypi
|
||||
, gradient_statsd
|
||||
, gradient-statsd
|
||||
, gradient-utils
|
||||
, gql
|
||||
, halo
|
||||
@ -49,7 +49,7 @@ buildPythonPackage rec {
|
||||
click-help-colors
|
||||
colorama
|
||||
gql
|
||||
gradient_statsd
|
||||
gradient-statsd
|
||||
gradient-utils
|
||||
halo
|
||||
marshmallow
|
||||
|
@ -184,6 +184,7 @@ mapAliases ({
|
||||
googleapis_common_protos = googleapis-common-protos; # added 2021-03-19
|
||||
google-apitools = throw "google-apitools was removed because it is deprecated and unsupported by upstream"; # added 2023-02-25
|
||||
gpyopt = throw "gpyopt was remove because it's been archived upstream"; # added 2023-06-07
|
||||
gradient_statsd = gradient-statsd; # added 2024-01-06
|
||||
graphite_api = throw "graphite_api was removed, because it is no longer maintained"; # added 2022-07-10
|
||||
graphite_beacon = throw "graphite_beacon was removed, because it is no longer maintained"; # added 2022-07-09
|
||||
grappelli_safe = grappelli-safe; # added 2023-10-08
|
||||
|
@ -4838,7 +4838,7 @@ self: super: with self; {
|
||||
|
||||
gradient-utils = callPackage ../development/python-modules/gradient-utils { };
|
||||
|
||||
gradient_statsd = callPackage ../development/python-modules/gradient_statsd { };
|
||||
gradient-statsd = callPackage ../development/python-modules/gradient-statsd { };
|
||||
|
||||
gradio = callPackage ../development/python-modules/gradio { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user