aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-03-10 03:16:14 +0100
committerAndreas Enge <andreas@enge.fr>2025-04-16 11:46:34 +0200
commite8600e72b0e44a1d5fe7428a30ddb5a0a4d65321 (patch)
tree52fa90c69706f4eb86702ffcb05393d7a6c1f945
parent6b2c5900ddbddb7ec95df0c9e0d7988bacbedb9f (diff)
downloadguix-e8600e72b0e44a1d5fe7428a30ddb5a0a4d65321.tar.gz
guix-e8600e72b0e44a1d5fe7428a30ddb5a0a4d65321.zip
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 <steve@futurile.net>
-rw-r--r--gnu/packages/patchutils.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm
index da1364cbb5..511f8bfead 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