python312Packages.pysmhi: 1.0.1 -> 1.0.2

This commit is contained in:
R. Ryantm
2025-04-19 06:21:31 +00:00
parent 3457f544d1
commit 4ed0e3adc1
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pysmhi";
version = "1.0.1";
version = "1.0.2";
pyproject = true;
src = fetchFromGitHub {
owner = "gjohansson-ST";
repo = "pysmhi";
tag = "v${version}";
hash = "sha256-VSFbPh4tnXs48jTlk9pUXY8uribRxIg+6xStbLGBlL8=";
hash = "sha256-9jsSvitxcjH2oFCdSm1203UwG5xjOwQDTaU4Z9Cqs+A=";
};
build-system = [ poetry-core ];