python3Packages.pytransportnswv2: 2.2.6 -> 3.0.2 (#528260)
This commit is contained in:
@@ -3,22 +3,22 @@
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
gtfs-realtime-bindings,
|
||||
hatchling,
|
||||
httpx,
|
||||
requests,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "pytransportnswv2";
|
||||
version = "2.2.6";
|
||||
version = "3.0.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit (finalAttrs) pname version;
|
||||
hash = "sha256-Aw6Um1TPcXlADndSAls0TS4/2QvNi9az5ceBv7wnBck=";
|
||||
hash = "sha256-mAVrt0Ui/mXDKAq0sf2A9E3zM3P5Eq9NXSQdw68B4hY=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
build-system = [ hatchling ];
|
||||
|
||||
dependencies = [
|
||||
gtfs-realtime-bindings
|
||||
|
||||
Reference in New Issue
Block a user