python3Packages.blivet: 3.12.1 -> 3.13.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:42:21 +01:00
parent 2c7e57d3d5
commit 6872ea09d5
@@ -34,14 +34,14 @@ let
in
buildPythonPackage rec {
pname = "blivet";
version = "3.12.1";
version = "3.13.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "storaged-project";
repo = "blivet";
tag = "blivet-${version}";
hash = "sha256-ppX2rd1rFkRhca7F56JVQUDEQzW7Cg8ifV60URs2IMY=";
hash = "sha256-5uhiCnwj5DyffsI2XEaLdvHMepjGWt2JlDmyZExSNRI=";
};
postPatch = ''