python3Packages.virt-firmware: 24.7 -> 25.7.3 (#438487)

This commit is contained in:
Wolfgang Walther
2025-09-23 11:37:19 +00:00
committed by GitHub
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "virt-firmware";
version = "24.7";
version = "25.7.3";
pyproject = true;
src = fetchFromGitLab {
owner = "kraxel";
repo = "virt-firmware";
rev = "refs/tags/v${version}";
hash = "sha256-uVLq4vbnvK1RCA3tpLgwKb/qzysLsOo3p/6gQ2Prmu0=";
hash = "sha256-kuFTKMhBVlgCBYLTO23IUz/tRLoMRHxjWPIaauu/PWw=";
};
build-system = [ setuptools ];