Loading pkgs/development/python-modules/pyiskra/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "pyiskra"; version = "0.1.15"; version = "0.1.17"; pyproject = true; src = fetchFromGitHub { owner = "Iskramis"; repo = "pyiskra"; tag = "v${version}"; hash = "sha256-LIrhd2gDqa1AehnG0WVQKUNbFTuFkLcHwqNAjFejYk0="; hash = "sha256-LpiylQe/8bBIlFLmrbIEOyeqHgHzW9SaG71O7y28Rkg="; }; build-system = [ setuptools ]; Loading @@ -32,7 +32,7 @@ buildPythonPackage rec { doCheck = false; meta = { changelog = "https://github.com/Iskramis/pyiskra/releases/tag/v${version}"; changelog = "https://github.com/Iskramis/pyiskra/releases/tag/${src.tag}"; description = "Python Iskra devices interface"; homepage = "https://github.com/Iskramis/pyiskra"; license = lib.licenses.gpl3Only; Loading Loading
pkgs/development/python-modules/pyiskra/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "pyiskra"; version = "0.1.15"; version = "0.1.17"; pyproject = true; src = fetchFromGitHub { owner = "Iskramis"; repo = "pyiskra"; tag = "v${version}"; hash = "sha256-LIrhd2gDqa1AehnG0WVQKUNbFTuFkLcHwqNAjFejYk0="; hash = "sha256-LpiylQe/8bBIlFLmrbIEOyeqHgHzW9SaG71O7y28Rkg="; }; build-system = [ setuptools ]; Loading @@ -32,7 +32,7 @@ buildPythonPackage rec { doCheck = false; meta = { changelog = "https://github.com/Iskramis/pyiskra/releases/tag/v${version}"; changelog = "https://github.com/Iskramis/pyiskra/releases/tag/${src.tag}"; description = "Python Iskra devices interface"; homepage = "https://github.com/Iskramis/pyiskra"; license = lib.licenses.gpl3Only; Loading