Merge pull request #182707 from chuangzhu/pmbootstrap

pmbootstrap: 1.43.0 -> 1.45.0
This commit is contained in:
Jonas Heinrich 2022-07-30 09:54:08 +02:00 committed by GitHub
commit bf445af87d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,11 +3,11 @@
buildPythonApplication rec {
pname = "pmbootstrap";
version = "1.43.0";
version = "1.45.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-4bPxWmzlyVZrkq9qs/5t+ZOsVDkAAwYc6Mc4een4Qnw=";
sha256 = "sha256-75ZFzhRsczkwhiUl1upKjSvmqN0RkXaM8cKr4zLgi4w=";
};
repo = fetchFromGitLab {
@ -15,7 +15,7 @@ buildPythonApplication rec {
owner = "postmarketOS";
repo = pname;
rev = version;
sha256 = "sha256-jbTzPGrRVisLG7f4NspkDVB8NYSyyInHkhSUPO3dgU0=";
sha256 = "sha256-tG1+vUJW9JIdYpcRn8J0fCIZh29hYo8wSlBKwTUxyMU=";
};
pmb_test = "${repo}/test";