python3Packages.shlib: 1.7 -> 1.8

R. Ryantm 2be7cf58 336ee557

Changed files
+3 -3
pkgs
development
python-modules
shlib
+3 -3
pkgs/development/python-modules/shlib/default.nix
···
buildPythonPackage rec {
pname = "shlib";
-
version = "1.7";
+
version = "1.8";
pyproject = true;
src = fetchFromGitHub {
owner = "KenKundert";
repo = "shlib";
tag = "v${version}";
-
hash = "sha256-clhiTuU5vvZSzdGPA3CISiBTnAahvv1SOKAfMpb6lYU=";
+
hash = "sha256-0BWTaHKGVKYIPQ9ifVWp2VZkSH3Gg/NgP3gPhkmw5S4=";
};
postPatch = ''
···
description = "Shell library";
homepage = "https://github.com/KenKundert/shlib";
changelog = "https://github.com/KenKundert/shlib/releases/tag/${src.tag}";
-
license = licenses.gpl3Plus;
+
license = licenses.mit;
maintainers = with maintainers; [ jpetrucciani ];
};
}