Merge pull request #276167 from r-ryantm/auto-update/python310Packages.virt-firmware
python310Packages.virt-firmware: 23.10 -> 23.11
This commit is contained in:
commit
f58962c689
1 changed files with 2 additions and 2 deletions
|
@ -9,13 +9,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "virt-firmware";
|
||||
version = "23.10";
|
||||
version = "23.11";
|
||||
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-orTIduS4KVH4nTSRcOnn2+Tqeyd4OMnnN2+AK5p1xtM=";
|
||||
hash = "sha256-9HA87J01M9VGCHdcmdlA50AikXG8vYHDw/5ig8h9YXc=";
|
||||
};
|
||||
|
||||
pythonImportsCheck = [ "virt.firmware.efi" ];
|
||||
|
|
Loading…
Reference in a new issue