python3Packages.pysma: 1.1.3 -> 1.1.2 (#519493)

This commit is contained in:
Martin Weinelt
2026-05-12 17:10:07 +00:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage (finalAttrs: {
pname = "pysma";
version = "1.1.3";
version = "1.1.2";
pyproject = true;
src = fetchFromGitHub {
owner = "kellerza";
repo = "pysma";
tag = "v${finalAttrs.version}";
hash = "sha256-0+hnsHFTZHyhtLiYe7V2SjmS6powjgER4azcVTUV0+A=";
hash = "sha256-w+uOmFJkfT0speP5hCdWVwGUbyNlidwunsx3Z9O3X9Q=";
};
postPatch = ''