mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.serialx: 1.8.2 -> 1.9.0
Diff: https://github.com/puddly/serialx/compare/v1.8.2...v1.9.0 Changelog: https://github.com/puddly/serialx/releases/tag/v1.9.0
This commit is contained in:
@@ -20,14 +20,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "serialx";
|
||||
version = "1.8.2";
|
||||
version = "1.9.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "puddly";
|
||||
repo = "serialx";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-/Bx8TnO3h+Pk/Tg5YSYO96cK5PfJVwqRG0qdLJntNpQ=";
|
||||
hash = "sha256-C1cE8CWDruGEgGR6FxMnxJRVZ9j0kWy9DekBOJ1ygU0=";
|
||||
};
|
||||
|
||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||
|
||||
Reference in New Issue
Block a user