python311Packages.dissect-btrfs: 1.2 -> 1.3

Diff: https://github.com/fox-it/dissect.btrfs/compare/refs/tags/1.2...1.3

Changelog: https://github.com/fox-it/dissect.btrfs/releases/tag/1.3
This commit is contained in:
Fabian Affolter 2024-05-08 00:13:36 +02:00
parent a000d4c228
commit c5e6bca3b6

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "dissect-btrfs";
version = "1.2";
version = "1.3";
pyproject = true;
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.btrfs";
rev = "refs/tags/${version}";
hash = "sha256-nWgeChHHCAjD5I98h2/1HrO5688aZUM4j2PJiD1xP0g=";
hash = "sha256-Xn7y9om/IuCaPR77lSuC0peF5umIxu2BS9esMPXsv+Y=";
};
nativeBuildInputs = [