[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/12: gnu: patchwork: Update to 3.1.1.
From: |
guix-commits |
Subject: |
05/12: gnu: patchwork: Update to 3.1.1. |
Date: |
Mon, 26 Jun 2023 05:13:42 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit e11cf1d859064e9bd8ddda1511241427ef22e330
Author: Andy Tai <atai@atai.org>
AuthorDate: Thu Jun 15 20:50:00 2023 -0700
gnu: patchwork: Update to 3.1.1.
* gnu/packages/patchutils.scm (patchwork): Update to 3.1.1.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/patchutils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm
index 2b30ee1b9d..efb9a04aee 100644
--- a/gnu/packages/patchutils.scm
+++ b/gnu/packages/patchutils.scm
@@ -370,7 +370,7 @@ you to figure out what is going on in that merge you keep
avoiding.")
(define-public patchwork
(package
(name "patchwork")
- (version "3.0.4")
+ (version "3.1.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -379,7 +379,7 @@ you to figure out what is going on in that merge you keep
avoiding.")
(file-name (git-file-name name version))
(sha256
(base32
- "0dl0prsyzsnlq6g0jw05mxx00bq9y2rpc3vrbfxfiblyyydrn2xn"))))
+ "0is9d4gf93jcbyshyj2k3kjyrjnvimrm6bai6dbcx630md222j5w"))))
(build-system python-build-system)
(arguments
`(;; TODO: Tests require a running database
- branch master updated (e85593b36b -> 23f02e6f96), guix-commits, 2023/06/26
- 01/12: gnu: Add ruby-irb@1.1.1., guix-commits, 2023/06/26
- 06/12: gnu: go-git-sr-ht-rockorager-tcell-term: Update to 0.9.0., guix-commits, 2023/06/26
- 08/12: gnu: a2ps: Update to 4.15.5., guix-commits, 2023/06/26
- 12/12: gnu: python-cftime: Update to 1.6.2., guix-commits, 2023/06/26
- 03/12: gnu: fuzzel: Update to 1.9.1., guix-commits, 2023/06/26
- 10/12: gnu: kdenlive: Update to 23.04.2, guix-commits, 2023/06/26
- 11/12: gnu: mupdf: Update to 1.22.2., guix-commits, 2023/06/26
- 04/12: gnu: mako: Update to 1.8.0., guix-commits, 2023/06/26
- 05/12: gnu: patchwork: Update to 3.1.1.,
guix-commits <=
- 07/12: gnu: aerc: Update to 0.15.2., guix-commits, 2023/06/26
- 09/12: gnu: parallel: Update to 20230622., guix-commits, 2023/06/26
- 02/12: gnu: ruby-atoulme-saikuro: Enable tests., guix-commits, 2023/06/26