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