Loading pkgs/development/python-modules/pysmi/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -11,16 +11,16 @@ requests, }: buildPythonPackage rec { version = "1.6.2"; buildPythonPackage (finalAttrs: { pname = "pysmi"; version = "1.6.3"; pyproject = true; src = fetchFromGitHub { owner = "lextudio"; repo = "pysmi"; tag = "v${version}"; hash = "sha256-GyG3J6qntEIszXrm1t623+x1cYbhJLbTEQl6N2h2LA0="; tag = "v${finalAttrs.version}"; hash = "sha256-TpDrsBGym07JPIcnytyWI7Ebx9RR+7Ia36zOzWMWqPM="; }; build-system = [ flit-core ]; Loading @@ -46,8 +46,8 @@ buildPythonPackage rec { meta = { description = "SNMP MIB parser"; homepage = "https://github.com/lextudio/pysmi"; changelog = "https://github.com/lextudio/pysmi/blob/v${version}/CHANGES.rst"; changelog = "https://github.com/lextudio/pysmi/blob/${finalAttrs.src.tag}/CHANGES.rst"; license = lib.licenses.bsd2; maintainers = with lib.maintainers; [ fab ]; }; } }) Loading
pkgs/development/python-modules/pysmi/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -11,16 +11,16 @@ requests, }: buildPythonPackage rec { version = "1.6.2"; buildPythonPackage (finalAttrs: { pname = "pysmi"; version = "1.6.3"; pyproject = true; src = fetchFromGitHub { owner = "lextudio"; repo = "pysmi"; tag = "v${version}"; hash = "sha256-GyG3J6qntEIszXrm1t623+x1cYbhJLbTEQl6N2h2LA0="; tag = "v${finalAttrs.version}"; hash = "sha256-TpDrsBGym07JPIcnytyWI7Ebx9RR+7Ia36zOzWMWqPM="; }; build-system = [ flit-core ]; Loading @@ -46,8 +46,8 @@ buildPythonPackage rec { meta = { description = "SNMP MIB parser"; homepage = "https://github.com/lextudio/pysmi"; changelog = "https://github.com/lextudio/pysmi/blob/v${version}/CHANGES.rst"; changelog = "https://github.com/lextudio/pysmi/blob/${finalAttrs.src.tag}/CHANGES.rst"; license = lib.licenses.bsd2; maintainers = with lib.maintainers; [ fab ]; }; } })