pmbootstrap: 2.2.0 -> 2.3.1

Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
lucasew 2024-05-27 10:24:16 -03:00
parent 4d782724f8
commit 8c2fdaefb3

View File

@ -11,14 +11,14 @@
python3Packages.buildPythonApplication rec {
pname = "pmbootstrap";
version = "2.2.0";
version = "2.3.1";
pyproject = true;
src = fetchFromGitLab {
owner = "postmarketos";
repo = pname;
rev = version;
hash = "sha256-wRJvvABIUPh79QfS8VcwRueB/vO9oGcqyE/OugfTsd8=";
hash = "sha256-0hC84Gyfr1FOpZGAc7pAhz/QBSTA5A/Lu/ZJdzlEcX4=";
};
pmb_test = "${src}/test";