Skip to content

Commit 38b785e

Browse files
authored
python3Packages.yalexs-ble: 3.2.7 -> 3.2.8 (NixOS#500428)
2 parents ab3a493 + 94c37ca commit 38b785e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/yalexs-ble/default.nix

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

1616
buildPythonPackage (finalAttrs: {
1717
pname = "yalexs-ble";
18-
version = "3.2.7";
18+
version = "3.2.8";
1919
pyproject = true;
2020

2121
src = fetchFromGitHub {
2222
owner = "Yale-Libs";
2323
repo = "yalexs-ble";
2424
tag = "v${finalAttrs.version}";
25-
hash = "sha256-8Y2ix5ikrWC9taCHJhg8Irt3PGOiH+OzqLRSVW/q8Gs=";
25+
hash = "sha256-Aq0tZp5h3vDxxoPYefSCoTqJV8dZYvMbITd3icdIMf8=";
2626
};
2727

2828
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)