python3Packages.blivet: 3.13.1 -> 3.13.2

This commit is contained in:
R. Ryantm
2026-05-29 15:20:04 +00:00
parent dd73bc6395
commit 8a1772e3ff
@@ -35,14 +35,14 @@ let
in
buildPythonPackage rec {
pname = "blivet";
version = "3.13.1";
version = "3.13.2";
format = "setuptools";
src = fetchFromGitHub {
owner = "storaged-project";
repo = "blivet";
tag = "blivet-${version}";
hash = "sha256-5uhiCnwj5DyffsI2XEaLdvHMepjGWt2JlDmyZExSNRI=";
hash = "sha256-Yq8lIgu2S4L2PNeJ+ybn6daaPA2XlDJkUPihHiH2n+w=";
};
postPatch = ''