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:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user