Unverified Commit 1ae7c1a6 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.serialx: 0.6.1 -> 0.6.2 (#478396)

parents dbc87be3 ff67fb1e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

buildPythonPackage (finalAttrs: {
  pname = "serialx";
  version = "0.6.1";
  version = "0.6.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "puddly";
    repo = "serialx";
    tag = "v${finalAttrs.version}";
    hash = "sha256-hko0xVpqcmu7NhsS3MZRjfCY21E0g7qUDqAf5bqfw2I=";
    hash = "sha256-AtRh6xrmuRf7+ZL8dSxq4cHFOtKNJox5iQF84eDOY80=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {