python311Packages.dissect-squashfs: 1.2 -> 1.3

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

Changelog: https://github.com/fox-it/dissect.squashfs/releases/tag/1.3
This commit is contained in:
Fabian Affolter 2023-07-06 11:55:04 +02:00
parent 585e41eb0e
commit 5f17cb4c6e

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "dissect-squashfs";
version = "1.2";
version = "1.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.squashfs";
rev = "refs/tags/${version}";
hash = "sha256-TgrtONUis0yD3s0JxJ0mNGLjEKlDgGZ+eO6NvSBTK14=";
hash = "sha256-MJKC05/8NnJFdyBB5YPbqe8mp1zlIoS2FglKEPSSYd8=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;