[PATCH] gnu: patchwork: Update to 3.1.1

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Christopher Baines
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 2 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
02342b3719ac116fdd4a94386932c289e8e88da4.1686887372.git.atai@atai.org
* gnu/packages/patchutils.scm (patchwork): Update to 3.1.1
---
gnu/packages/patchutils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
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 @@ (define-public meld
(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 @@ (define-public patchwork
(file-name (git-file-name name version))
(sha256
(base32
- "0dl0prsyzsnlq6g0jw05mxx00bq9y2rpc3vrbfxfiblyyydrn2xn"))))
+ "0is9d4gf93jcbyshyj2k3kjyrjnvimrm6bai6dbcx630md222j5w"))))
(build-system python-build-system)
(arguments
`(;; TODO: Tests require a running database

base-commit: 31336e9f5d68512a9c1c6826bce9f17c892a2125
--
2.40.1
Christopher Baines wrote 2 years ago
(name . Andy Tai)(address . atai@atai.org)
871qhytvvp.fsf@cbaines.net
Andy Tai <atai@atai.org> writes:

Toggle quote (5 lines)
> * gnu/packages/patchutils.scm (patchwork): Update to 3.1.1
> ---
> gnu/packages/patchutils.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Thanks, pushed to master as e11cf1d859064e9bd8ddda1511241427ef22e330.

Chris
-----BEGIN PGP SIGNATURE-----

iQKkBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmSZWlpfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xf4NQ/3YcjhfzdZGKfR1DRpkPuR41J+v4r76JIe
LL2Wja/9+8LINwmeI+QPz1+LWEEi13HVXEmz7x1ofyKIv5zWqeb/0TzTK1+Qyo8L
gdHpLZjpa8kUacm0zAdjdyPY2FphyuQMND9aneP3hyEjFtx7T18oZssISNrsurOW
BM5M+YsPUSaHAjNY4QHIhXaso8xuDKCzzr4a73UQjMXHvICoDKKwLauypP/fkDNL
gxzJX5cXT0gWGH5HR02cwE5jtNY4KT1Q0+Dy/WMsrQTavdfVEjMnGiDXpn1p/2nj
Q7gKeqjBG1/ol9FjRsxkhNOLOzR6SrYQfSh60ubInRTWLl97TpwxHHpTgV1k5qjj
uWMyESP6vsXzQcN/X5deyvqOoLsp/0QSE5LyktxCPkI3wL8GcntN1DDCYAi+78j6
APO11Endgytr01s+unoW/tZ6RvhKKsN4DusPxmYopb589R7+/eJIJLJfwEjjIlry
Rd48jQ6X4MNnQK07+xq2b3li32BNcU3ibW7vyiwABA9cKDPhdjbUZKKpZAsNSo5h
kNpH1AgOGPdmZDUKA4fNxVIWoBHOm5FWy50GeoBTS2d+UcyLMuboVD4cQGoNhbAH
86wAzsQSXYv7Pk1weYz4mdLb6jz4orhvNcWOigip7b1ptbdx16smZKeLoKvEWamQ
rTqDnK3D+Q==
=O6bk
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 64098@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 64098
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help