[roll] Roll fuchsia [power] Add unique ID for wake leases in Inspect.

The ActivityGovernor FIDL API doesn't require unique naming
for wake leases. This creates confusion in Inspect logs if
multiple wake leases have the same name.

This CL adds a unique ID that follows the same wake lease
throughout its lifecycle. The unique ID increases monotonically.
No two leases (whether wake or application activity) should have
the same ID (within a reasonable amount of time due to overflow of
u64).

Original-Bug: 459829949
Test: fx test system-activity-governor-test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1529536
Original-Revision: 71f92daf538065ef6372bc47d3584356fb2eadb3
GitOrigin-RevId: 5c7b30784dd49b46d7c91faad2bffad9e6eaeeb9
Change-Id: Ib27c9d8e60c527e2521505dff902e4a0664d5b19
diff --git a/stem b/stem
index 32b770d..98fd3c5 100644
--- a/stem
+++ b/stem
@@ -8,6 +8,6 @@
             manifest="manifests/platform"
             root=""
             remote="https://fuchsia.googlesource.com/fuchsia"
-            revision="deb02052b458c6996841bda90a22e89956a646c9"/>
+            revision="71f92daf538065ef6372bc47d3584356fb2eadb3"/>
   </imports>
 </manifest>