python3Packages.specfile: 0.38.0 -> 0.39.0 (#490068)

This commit is contained in:
Fabian Affolter
2026-02-13 12:08:13 +00:00
committed by GitHub
@@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "specfile";
version = "0.38.0";
version = "0.39.0";
pyproject = true;
src = fetchFromGitHub {
owner = "packit";
repo = "specfile";
tag = finalAttrs.version;
hash = "sha256-cqHQIzgxfWHSDIIx72RIwt0o3MEJHXRzMNSgQ0VCWms=";
hash = "sha256-CVzGdfsJeWqC3SwQZX2lCIefEFdSp+Xep/Kqw1dGrrc=";
};
build-system = [