python3Packages.python-djvulibre: 0.9.0 -> 0.9.1

https://github.com/FriedrichFroebel/python-djvulibre/releases/tag/0.9.1
This commit is contained in:
Martin Weinelt
2025-01-27 10:56:57 +01:00
parent 6386c50f2d
commit bfb36820fa
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "python-djvulibre";
version = "0.9.0";
version = "0.9.1";
pyproject = true;
src = fetchFromGitHub {
owner = "FriedrichFroebel";
repo = "python-djvulibre";
rev = version;
hash = "sha256-OrOZFvzDEBwBmIc+i3LjNTh6K2vhe6NWtSJrFTSkrgA=";
tag = version;
hash = "sha256-5jOJyVPGJvR4YgxgJgyN47/OzsK3ASJXfn1Gt9y8rbs=";
};
nativeBuildInputs = [
@@ -52,7 +52,7 @@ buildPythonPackage rec {
description = "Python support for the DjVu image format";
homepage = "https://github.com/FriedrichFroebel/python-djvulibre";
license = licenses.gpl2Only;
changelog = "https://github.com/FriedrichFroebel/python-djvulibre/releases/tag/${version}";
changelog = "https://github.com/FriedrichFroebel/python-djvulibre/releases/tag/${src.tag}";
maintainers = with maintainers; [ dansbandit ];
};
}