mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 05:03:40 +00:00
python312Packages.pylitejet: 0.3.0 -> 0.6.3
Diff: https://github.com/joncar/pylitejet/compare/refs/tags/v0.3.0...v0.6.3 Changelog: https://github.com/joncar/pylitejet/releases/tag/v0.6.3
This commit is contained in:
parent
8aa86bd57d
commit
3a48d88eac
@ -4,12 +4,12 @@
|
||||
fetchFromGitHub,
|
||||
pyserial,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
setuptools-scm,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pylitejet";
|
||||
version = "0.3.0";
|
||||
version = "0.6.3";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
@ -17,11 +17,11 @@ buildPythonPackage rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "joncar";
|
||||
repo = "pylitejet";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-fgsAb8zvmIKtitgAQbAPfTzbEGGaj3dU6FXzlSyy4Dk=";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-LHNMKU7aMDtSi4K+pZqRF9vAL3EKOFRFFNXKsQJVP2Y=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
build-system = [ setuptools-scm ];
|
||||
|
||||
dependencies = [ pyserial ];
|
||||
|
||||
@ -33,6 +33,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Library for interfacing with the LiteJet lighting system";
|
||||
homepage = "https://github.com/joncar/pylitejet";
|
||||
changelog = "https://github.com/joncar/pylitejet/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user