1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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>
This commit is contained in:
Nicolas Graves
2025-03-10 03:16:14 +01:00
committed by Andreas Enge
parent 6b2c5900dd
commit e8600e72b0

View File

@@ -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