python3Packages.virt-firmware: 24.7 -> 25.7.3

This commit is contained in:
R. Ryantm
2025-08-30 02:11:05 +00:00
parent d8f8b0d1b3
commit 89a5fcaf5c
@@ -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 ];