Skip to content

Commit 86fcbea

Browse files
authored
python312Packages.eq3btsmart: 1.2.0 -> 1.4.1 (#360594)
2 parents 337b082 + 5731949 commit 86fcbea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/eq3btsmart/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212

1313
buildPythonPackage rec {
1414
pname = "eq3btsmart";
15-
version = "1.2.0";
15+
version = "1.4.1";
1616
pyproject = true;
1717

1818
src = fetchFromGitHub {
1919
owner = "EuleMitKeule";
2020
repo = "eq3btsmart";
2121
rev = "refs/tags/${version}";
22-
hash = "sha256-Z3GfUTh3qp5ICJAYsCO6ufw/Jd5FDjOaQE9SaD3H0IU=";
22+
hash = "sha256-FRnCnSMtsiZ1AbZOMwO/I5UoFWP0xAFqRZsnrHG9WJA=";
2323
};
2424

2525
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)