python312Packages.dissect-btrfs: 1.5 -> 1.6

Diff: https://github.com/fox-it/dissect.btrfs/compare/refs/tags/1.5...1.6

Changelog: https://github.com/fox-it/dissect.btrfs/releases/tag/1.6
This commit is contained in:
Fabian Affolter 2024-11-18 20:36:47 +01:00
parent ca14d572fa
commit 2a6911efca

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dissect-btrfs";
version = "1.5";
version = "1.6";
pyproject = true;
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.btrfs";
rev = "refs/tags/${version}";
hash = "sha256-k5GckcnWsXM6WC129zLXjUxNVcNRmLPp72gSUJBtExo=";
hash = "sha256-p7gtzZhKOovA+BcM7jYdicP301ueMS1IMGkBbmOxaIA=";
};
nativeBuildInputs = [