Skip to content

Commit ca10568

Browse files
authored
python313Packages.pysmlight: 0.2.3 -> 0.2.4 (NixOS#394054)
2 parents c3dcd79 + 9b93f32 commit ca10568

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

1515
buildPythonPackage rec {
1616
pname = "pysmlight";
17-
version = "0.2.3";
17+
version = "0.2.4";
1818
pyproject = true;
1919

2020
src = fetchFromGitHub {
2121
owner = "smlight-tech";
2222
repo = "pysmlight";
2323
tag = "v${version}";
24-
hash = "sha256-9aJ69t+zuWsmU9JIYgz12DRxFkhUCrrA0lBaUFbsEVM=";
24+
hash = "sha256-ZNqNRz7d3HZybQG778+ubxuc7Eakf/kWpd3I3cosSIU=";
2525
};
2626

2727
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)