python3Packages.specfile: 0.38.0 -> 0.39.0

Diff: https://github.com/packit/specfile/compare/0.38.0...0.39.0

Changelog: https://github.com/packit/specfile/blob/0.39.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2026-02-13 10:51:48 +01:00
parent 8d1d2d110b
commit 5237df5eba
@@ -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 = [