We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3dcd79 + 9b93f32 commit ca10568Copy full SHA for ca10568
pkgs/development/python-modules/pysmlight/default.nix
@@ -14,14 +14,14 @@
14
15
buildPythonPackage rec {
16
pname = "pysmlight";
17
- version = "0.2.3";
+ version = "0.2.4";
18
pyproject = true;
19
20
src = fetchFromGitHub {
21
owner = "smlight-tech";
22
repo = "pysmlight";
23
tag = "v${version}";
24
- hash = "sha256-9aJ69t+zuWsmU9JIYgz12DRxFkhUCrrA0lBaUFbsEVM=";
+ hash = "sha256-ZNqNRz7d3HZybQG778+ubxuc7Eakf/kWpd3I3cosSIU=";
25
};
26
27
build-system = [ poetry-core ];
0 commit comments