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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user