python3Packages.pylibjpeg-rle: 2.1.0 -> 2.2.0

R. Ryantm 97cc677a 520f41d0

Changed files
+3 -3
pkgs
development
python-modules
pylibjpeg-rle
+3 -3
pkgs/development/python-modules/pylibjpeg-rle/default.nix
···
buildPythonPackage rec {
pname = "pylibjpeg-rle";
-
version = "2.1.0";
+
version = "2.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pydicom";
repo = "pylibjpeg-rle";
tag = "v${version}";
-
hash = "sha256-S9QBZEYfM9cwhwycF9TDpHv44z6fXTu3wBr4ZZHxXR8=";
+
hash = "sha256-hAtseH4akBCKhlWsPGXeQRYUK0BiytFrLFCmeg7nUXY=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
-
hash = "sha256-ZkaDnG7wXQeaefASdsUFxuDKxjLukczyJeUgfG9uIyo=";
+
hash = "sha256-QprjrR/AelrC+6n7uWZicO9QH0OAJCR7DSE1JuQOMCI=";
};
build-system = [