python3Packages.trsfile: 2.2.5 -> 2.2.6 (#535705)

This commit is contained in:
Nick Cao
2026-06-29 19:50:56 +00:00
committed by GitHub
@@ -9,13 +9,13 @@
}:
buildPythonPackage (finalAttrs: {
pname = "trsfile";
version = "2.2.5";
version = "2.2.6";
src = fetchFromGitHub {
owner = "Keysight";
repo = "python-trsfile";
tag = finalAttrs.version;
hash = "sha256-mY4L1FFg2wDWAGVadOca7GDffA05O3v317SCqHxt4F0=";
hash = "sha256-c56DvBezOPOTBoNnnP0NnpeKv5Gmf6usGrLwI4Qm3As=";
};
pyproject = true;