Skip to content

Commit 5b63890

Browse files
committed
pmbootstrap: 3.4.2 -> 3.5.0
1 parent 7b803c3 commit 5b63890

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pm/pmbootstrap/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515

1616
python3Packages.buildPythonApplication rec {
1717
pname = "pmbootstrap";
18-
version = "3.4.2";
18+
version = "3.5.0";
1919
pyproject = true;
2020

2121
src = fetchFromGitLab {
2222
owner = "postmarketOS";
2323
repo = "pmbootstrap";
2424
tag = version;
25-
hash = "sha256-5N8yAd/1gSzHP2wXpqZb+LpylQ/LYspJ+YaY2YaWCSs=";
25+
hash = "sha256-wdJl7DrSm1Jht0KEqZ9+qjqlkE+Y6oBdzEHTCgIGJ84=";
2626
domain = "gitlab.postmarketos.org";
2727
};
2828

0 commit comments

Comments
 (0)