Unverified Commit 79c6991e authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python312Packages.pyiskra: 0.1.15 -> 0.1.17 (#391633)

parents a69781f9 e25c16e0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];
@@ -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;