From e8600e72b0e44a1d5fe7428a30ddb5a0a4d65321 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Mon, 10 Mar 2025 03:16:14 +0100 Subject: gnu: patchwork: Update to 3.2.1. * gnu/packages/patchutils.scm (patchwork): Update to 3.2.1. Change-Id: Ia6f9cd9431e2e49268ad283f98c8fae6fce4aaef Signed-off-by: Steve George --- gnu/packages/patchutils.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages/patchutils.scm') diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm index da1364cbb57..511f8bfead6 100644 --- a/gnu/packages/patchutils.scm +++ b/gnu/packages/patchutils.scm @@ -366,7 +366,7 @@ you to figure out what is going on in that merge you keep avoiding.") (define-public patchwork (package (name "patchwork") - (version "3.1.1") + (version "3.2.1") (source (origin (method git-fetch) (uri (git-reference @@ -375,7 +375,7 @@ you to figure out what is going on in that merge you keep avoiding.") (file-name (git-file-name name version)) (sha256 (base32 - "0is9d4gf93jcbyshyj2k3kjyrjnvimrm6bai6dbcx630md222j5w")))) + "04ikawdyhjwspxvhazbp5f5vym672y0jcw8rd2m75h9ipcpnyxim")))) (build-system python-build-system) (arguments `(;; TODO: Tests require a running database @@ -499,7 +499,7 @@ if __name__ == \"__main__\": (inputs (list python-wrapper)) (propagated-inputs - (list python-django-3.2 + (list python-django ;; TODO: Make this configurable python-psycopg2 python-mysqlclient -- cgit v1.3