File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
development/python-modules/geoip2 Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 2525 } ;
2626 } ) ;
2727
28+ geoip2 = super . geoip2 . overridePythonAttrs rec {
29+ version = "5.0.1" ;
30+
31+ src = fetchPypi {
32+ pname = "geoip2" ;
33+ inherit version ;
34+ hash = "sha256-kK+LbTaH877yUfJwitAXsw1ifRFEwAQOq8TJAXqAfYY=" ;
35+ } ;
36+ } ;
37+
2838 stripe = super . stripe . overridePythonAttrs rec {
2939 version = "7.9.0" ;
3040
Original file line number Diff line number Diff line change 1919
2020buildPythonPackage rec {
2121 pname = "geoip2" ;
22- version = "5.0 .1" ;
22+ version = "4.8 .1" ;
2323 pyproject = true ;
2424
2525 disabled = pythonOlder "3.6" ;
2626
2727 src = fetchPypi {
2828 inherit pname version ;
29- hash = "sha256-kK+LbTaH877yUfJwitAXsw1ifRFEwAQOq8TJAXqAfYY =" ;
29+ hash = "sha256-muouq0s+YlL0dFZSiunDWxBMRSd2OcE/zhvofJL4Qlc =" ;
3030 } ;
3131
3232 build-system = [
You can’t perform that action at this time.
0 commit comments