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

python313Packages.pysmlight: 0.2.3 -> 0.2.4 (#394054)

parents c3dcd790 9b93f327
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "pysmlight";
  version = "0.2.3";
  version = "0.2.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "smlight-tech";
    repo = "pysmlight";
    tag = "v${version}";
    hash = "sha256-9aJ69t+zuWsmU9JIYgz12DRxFkhUCrrA0lBaUFbsEVM=";
    hash = "sha256-ZNqNRz7d3HZybQG778+ubxuc7Eakf/kWpd3I3cosSIU=";
  };

  build-system = [ poetry-core ];