summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-12-23 12:55:58 +0000
committerChristopher Baines <mail@cbaines.net>2020-12-23 13:23:15 +0000
commit769a7e4b97c9e95c9b7e90bdb6edbc0f226bb5a9 (patch)
tree9e265efffb307ec862a48ecd88b350f35159f697
parent032a26d50b9d6a452b9521bacbc54b30158ed87b (diff)
gnu: patchwork: Update to 3.0.0.
* gnu/packages/patchutils.scm (patchwork): Update to 3.0.0.
-rw-r--r--gnu/packages/patchutils.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm
index 7db90a29792..1354c860a52 100644
--- a/gnu/packages/patchutils.scm
+++ b/gnu/packages/patchutils.scm
@@ -321,7 +321,7 @@ you to figure out what is going on in that merge you keep avoiding.")
321(define-public patchwork 321(define-public patchwork
322 (package 322 (package
323 (name "patchwork") 323 (name "patchwork")
324 (version "2.2.3") 324 (version "3.0.0")
325 (source (origin 325 (source (origin
326 (method git-fetch) 326 (method git-fetch)
327 (uri (git-reference 327 (uri (git-reference
@@ -330,7 +330,7 @@ you to figure out what is going on in that merge you keep avoiding.")
330 (file-name (git-file-name name version)) 330 (file-name (git-file-name name version))
331 (sha256 331 (sha256
332 (base32 332 (base32
333 "0rc1ylg2p4mlj1gsz4cgk6kwijdzgzdk29w3bnzywsvyxrdn4bc3")))) 333 "005irr5xsjpp3wrvvqs2xyr14ig9vp3h4v0qixhj1b8v69cfrgpi"))))
334 (build-system python-build-system) 334 (build-system python-build-system)
335 (arguments 335 (arguments
336 `(;; TODO: Tests require a running database 336 `(;; TODO: Tests require a running database