This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f34c5e3c15 gnu: pmbootstrap: Update to 3.6.0
f34c5e3c15 is described below

commit f34c5e3c15e662dab2e3e64e33e1af91439ff2ee
Author: Elizabeth Doughty <[email protected]>
AuthorDate: Thu Oct 23 17:26:35 2025 +1300

    gnu: pmbootstrap: Update to 3.6.0
    
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/postmarketos.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/postmarketos.scm b/gnu/packages/postmarketos.scm
index 7bb7e788e3..adb62f0959 100644
--- a/gnu/packages/postmarketos.scm
+++ b/gnu/packages/postmarketos.scm
@@ -37,7 +37,7 @@
 (define-public pmbootstrap
   (package
     (name "pmbootstrap")
-    (version "3.4.0")
+    (version "3.6.0")
     (source
      (origin
        (method git-fetch)
@@ -47,7 +47,7 @@
               (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "16naj8ykipbrs2a93zaxci1wl045cc9jn7rq8sy76d1rqlqb9mmw"))))
+        (base32 "161q8nr9vwa7bbi5d7bqan0h7dn573xqmr48iadr3km897d3ivdh"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to