Skip to content

Commit 11c910b

Browse files
python3Packages.pyghmi: 1.6.0 -> 1.6.1 (#409036)
2 parents e75054c + 4b6c253 commit 11c910b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

1616
buildPythonPackage rec {
1717
pname = "pyghmi";
18-
version = "1.6.0";
18+
version = "1.6.1";
1919
pyproject = true;
2020

2121
src = fetchPypi {
2222
inherit pname version;
23-
hash = "sha256-jPfGPKQkHLyapGWJ0o05e79pPlw0UWNJeHHJgb+MdFQ=";
23+
hash = "sha256-XS0QQhHLkld9swn4WYj6nnMkMO6BZZ5iG0oJgFOCC9k=";
2424
};
2525

2626
build-system = [

0 commit comments

Comments
 (0)