python3Packages.py7zr: 1.1.0 -> 1.1.3

This commit is contained in:
R. Ryantm 2026-06-19 12:35:23 +00:00
commit 1be1c62a2e

View file

@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "py7zr";
version = "1.1.0";
version = "1.1.3";
pyproject = true;
src = fetchFromGitHub {
owner = "miurahr";
repo = "py7zr";
tag = "v${version}";
hash = "sha256-lWZni9yhS5otWL1cyi8qZx2JLExbDiTPTadKKnDB2Ds=";
hash = "sha256-/sorvv5/kwlY/DtxW33ytHhyrR06p6aNgGW9oH+lpUw=";
};
build-system = [