Skip to content

Commit

Permalink
python312Packages.blivet: 3.10.1 -> 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and CyberShadow committed Nov 9, 2024
1 parent 56197af commit 5581748
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/blivet/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ let
in
buildPythonPackage rec {
pname = "blivet";
version = "3.10.1";
version = "3.11.0";
format = "setuptools";

src = fetchFromGitHub {
owner = "storaged-project";
repo = "blivet";
rev = "blivet-${version}";
hash = "sha256-Ooc63mf03ZO7zxm8s/Tm8jSQg5LWyKnHAqbyvn1UHB8=";
rev = "refs/tags/blivet-${version}";
hash = "sha256-X5U6XFmcsTfetpxwH0ONSnTasnwh2USukYtx+8HwVGc=";
};

postPatch = ''
Expand Down

0 comments on commit 5581748

Please sign in to comment.