unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#70293] [PATCH] gnu: diffoscope: Update to 263.
@ 2024-04-08 22:27 Wilko Meyer
  2024-04-09 16:36 ` Vagrant Cascadian
  2024-04-09 17:49 ` bug#70293: " Christopher Baines
  0 siblings, 2 replies; 7+ messages in thread
From: Wilko Meyer @ 2024-04-08 22:27 UTC (permalink / raw)
  To: 70293; +Cc: Wilko Meyer, Vagrant Cascadian

* gnu/packages/diffoscope.scm (diffoscope): Update to 263.

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

diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 5bbb4f51e2..bceb465d5b 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -74,7 +74,7 @@ (define-module (gnu packages diffoscope)
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "261")
+    (version "263")
     (source
      (origin
        (method git-fetch)
@@ -83,7 +83,7 @@ (define-public diffoscope
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0v56i2wyc4p843crl5b5w6j1awhp1a6xbfb92hm0pp8558f1h76i"))))
+        (base32 "1bq45gyn214hf9brnn5xlj9xvcg6p0yr8cc2p153f93pgzsyqlg4"))))
     (build-system python-build-system)
     (arguments
      (list

base-commit: 3571e4752501fb0f7da7785a3834009f522eb24c
-- 
2.41.0





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

end of thread, other threads:[~2024-04-10 20:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-08 22:27 [bug#70293] [PATCH] gnu: diffoscope: Update to 263 Wilko Meyer
2024-04-09 16:36 ` Vagrant Cascadian
2024-04-09 17:40   ` Vagrant Cascadian
2024-04-09 18:03     ` Christopher Baines
2024-04-09 18:32       ` Vagrant Cascadian
2024-04-10 20:50         ` Vagrant Cascadian
2024-04-09 17:49 ` bug#70293: " Christopher Baines

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).