all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53864] [PATCH] gnu: rofi-calc: Update to 2.1.0.
@ 2022-02-08  1:39 Jai Vetrivelan
  2022-02-08 11:22 ` bug#53864: " Julien Lepiller
  0 siblings, 1 reply; 2+ messages in thread
From: Jai Vetrivelan @ 2022-02-08  1:39 UTC (permalink / raw)
  To: 53864

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-rofi-calc-Update-to-2.1.0.patch --]
[-- Type: text/x-patch, Size: 1121 bytes --]

From 3a785c32ba57b821f4cf0a58450a1c5ccfa07ba9 Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan@gmail.com>
Date: Tue, 8 Feb 2022 07:05:36 +0530
Subject: [PATCH] gnu: rofi-calc: Update to 2.1.0.

* gnu/packages/xdisorg.scm (rofi-calc): Update to 2.1.0.
---
 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 5de6635a35..42452d0721 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1746,7 +1746,7 @@ (define-public rofi
 (define-public rofi-calc
   (package
     (name "rofi-calc")
-    (version "2.0.0")
+    (version "2.1.0")
     (source
      (origin
        (method git-fetch)
@@ -1756,7 +1756,7 @@ (define-public rofi-calc
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1j23xwa6s27wyx6r0yb85cby6dggrcb103nqcfxr5li1mcqrgd9m"))))
+         "021z7hwvdcs3g7icyp6xhry0xlq29gg1288hg2kzyzqq4l2irxdi"))))
     (build-system gnu-build-system)
     (arguments
      (list

base-commit: 63d5efd92b7e0cb86fb17c48e29f629f5b74e767
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-08 12:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-08  1:39 [bug#53864] [PATCH] gnu: rofi-calc: Update to 2.1.0 Jai Vetrivelan
2022-02-08 11:22 ` bug#53864: " Julien Lepiller

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.