python314Packages.virt-firmware: 25.7.3 -> 25.12

Diff: https://gitlab.com/kraxel/virt-firmware/-/compare/v25.7.3...v25.12
This commit is contained in:
Fabian Affolter
2026-01-31 00:44:34 +01:00
parent 9f7ee166a0
commit a5eab06531
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "virt-firmware";
version = "25.7.3";
version = "25.12";
pyproject = true;
src = fetchFromGitLab {
owner = "kraxel";
repo = "virt-firmware";
tag = "v${version}";
hash = "sha256-kuFTKMhBVlgCBYLTO23IUz/tRLoMRHxjWPIaauu/PWw=";
hash = "sha256-sopmWZ8CdLuc0R+QN7MSoqT9kURzOyh9CgbreKuvANw=";
};
build-system = [ setuptools ];