Loading pkgs/development/python-modules/uxsim/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -18,14 +18,14 @@ }: buildPythonPackage rec { pname = "uxsim"; version = "1.9.1"; version = "1.10.0"; pyproject = true; src = fetchFromGitHub { owner = "toruseo"; repo = "UXsim"; tag = "v${version}"; hash = "sha256-txKeUf19l/BJZoQCLpMP31u0DBPlPHxrSqzASC3DPIw="; hash = "sha256-4ZN52atcAbT6z9GzV4tOA3IiDYu+v4i3NHfauMPwMJ0="; }; patches = [ ./add-qt-plugin-path-to-env.patch ]; Loading Loading @@ -55,6 +55,7 @@ buildPythonPackage rec { ''; meta = with lib; { changelog = "https://github.com/toruseo/UXsim/releases/tag/${src.tag}"; description = "Vehicular traffic flow simulator in road network, written in pure Python"; homepage = "https://github.com/toruseo/UXsim"; license = licenses.mit; Loading Loading
pkgs/development/python-modules/uxsim/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -18,14 +18,14 @@ }: buildPythonPackage rec { pname = "uxsim"; version = "1.9.1"; version = "1.10.0"; pyproject = true; src = fetchFromGitHub { owner = "toruseo"; repo = "UXsim"; tag = "v${version}"; hash = "sha256-txKeUf19l/BJZoQCLpMP31u0DBPlPHxrSqzASC3DPIw="; hash = "sha256-4ZN52atcAbT6z9GzV4tOA3IiDYu+v4i3NHfauMPwMJ0="; }; patches = [ ./add-qt-plugin-path-to-env.patch ]; Loading Loading @@ -55,6 +55,7 @@ buildPythonPackage rec { ''; meta = with lib; { changelog = "https://github.com/toruseo/UXsim/releases/tag/${src.tag}"; description = "Vehicular traffic flow simulator in road network, written in pure Python"; homepage = "https://github.com/toruseo/UXsim"; license = licenses.mit; Loading