python312Packages.pebble: 5.1.0 -> 5.1.1

This commit is contained in:
R. Ryantm 2025-03-18 18:46:54 +00:00
parent cb60862bbd
commit 8e9c68bcb4

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pebble";
version = "5.1.0";
version = "5.1.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "noxdafox";
repo = "pebble";
tag = version;
hash = "sha256-Y6E+Mu5Ch+VTHryTY3pvHQD6GzaTLrtf78DqUWa7nt0=";
hash = "sha256-x0jvqH1wSAkOgxYNcXr+TL5dqZE0Vai0ZaxdnDSqRNI=";
};
build-system = [
@ -35,7 +35,7 @@ buildPythonPackage rec {
meta = {
description = "API to manage threads and processes within an application";
homepage = "https://github.com/noxdafox/pebble";
changelog = "https://github.com/noxdafox/pebble/releases/tag/${version}";
changelog = "https://github.com/noxdafox/pebble/releases/tag/${src.tag}";
license = lib.licenses.lgpl3Plus;
maintainers = with lib.maintainers; [ orivej ];
};