all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72854] [PATCH] gnu: scrot: Update to 1.11.1.
@ 2024-08-28 16:08 Artyom V. Poptsov
  0 siblings, 0 replies; only message in thread
From: Artyom V. Poptsov @ 2024-08-28 16:08 UTC (permalink / raw)
  To: 72854; +Cc: Artyom V. Poptsov

* gnu/packages/xdisorg.scm (scrot): Update to 1.11.1.

Change-Id: I727ec4f38b2152d301965653c6ee75ce682fa17c
---
 gnu/packages/xdisorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index c63f834423..3d7d1bf75f 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -933,7 +933,7 @@ (define-public wmctrl
 (define-public scrot
   (package
     (name "scrot")
-    (version "1.11")
+    (version "1.11.1")
     (source
      (origin
        (method git-fetch)
@@ -943,7 +943,7 @@ (define-public scrot
          (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1syip5ai4kn62qbhpf710wj60z7jzpkqhkchlbxhs322wmhhidkp"))))
+        (base32 "0pvp44lb2lrvm11x92vzxwl21hmcbld55kk8wjqa5k1kjg6syj9i"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf autoconf-archive automake pkg-config))

base-commit: 0c908518375aea50be6dec703367c01944c8c721
-- 
2.45.2





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-08-28 16:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-28 16:08 [bug#72854] [PATCH] gnu: scrot: Update to 1.11.1 Artyom V. Poptsov

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.