Skip to content

Commit

Permalink
python312Packages.pysmlight: 0.0.16 -> 0.1.0 (NixOS#342582)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Sep 18, 2024
2 parents 2ca02ff + e85d6c1 commit da6e408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pysmlight/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

buildPythonPackage rec {
pname = "pysmlight";
version = "0.0.16";
version = "0.1.0";
pyproject = true;

src = fetchFromGitHub {
owner = "smlight-tech";
repo = "pysmlight";
rev = "refs/tags/v${version}";
hash = "sha256-TjFMK14uWkguZpF5siWG/zoOBUuCxtDnfX7+QpRKDh8=";
hash = "sha256-qpE2bKEuCfhELKtYEstGAL5h01J/8qH3mE5c0LQtaHE=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit da6e408

Please sign in to comment.