Skip to content

Commit

Permalink
python312Packages.eq3btsmart: 1.2.0 -> 1.4.1 (#360594)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda authored Nov 30, 2024
2 parents 337b082 + 5731949 commit 86fcbea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/eq3btsmart/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

buildPythonPackage rec {
pname = "eq3btsmart";
version = "1.2.0";
version = "1.4.1";
pyproject = true;

src = fetchFromGitHub {
owner = "EuleMitKeule";
repo = "eq3btsmart";
rev = "refs/tags/${version}";
hash = "sha256-Z3GfUTh3qp5ICJAYsCO6ufw/Jd5FDjOaQE9SaD3H0IU=";
hash = "sha256-FRnCnSMtsiZ1AbZOMwO/I5UoFWP0xAFqRZsnrHG9WJA=";
};

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

0 comments on commit 86fcbea

Please sign in to comment.