python313Packages.specfile: 0.36.0 -> 0.37.0

Diff: https://github.com/packit/specfile/compare/0.36.0...0.37.0

Changelog: https://github.com/packit/specfile/blob/0.37.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2025-09-11 19:30:35 +02:00
parent 3fbf1deaea
commit 2ebfb630e1
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "specfile";
version = "0.36.0";
version = "0.37.0";
pyproject = true;
src = fetchFromGitHub {
owner = "packit";
repo = "specfile";
tag = version;
hash = "sha256-P15ilAK/LaSmDRviftTdj1bzoNqL3B0ESCHb6/avT2A=";
hash = "sha256-gYbnbs2mkQghQ0Zvenal5bEYObLpDB3Xu4kO9oqi0Ms=";
};
build-system = [