diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-07-07 01:18:18 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-07-07 01:18:18 +0200 |
commit | 36175a3a9eb5bd4096de4e06e1f6b0e8cd895d84 (patch) | |
tree | 7c2d8dd2267b2dc533d5f59acc137641e2325e52 /gnu/packages/patchutils.scm | |
parent | 42dcfca4cc424aa790d8fb62eb327782fd08aad7 (diff) | |
parent | c72647fbae675654e32e17a6891980a7b9272a71 (diff) |
Merge branch 'master' into staging
Diffstat (limited to 'gnu/packages/patchutils.scm')
-rw-r--r-- | gnu/packages/patchutils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm index 687864c008..a63d889cff 100644 --- a/gnu/packages/patchutils.scm +++ b/gnu/packages/patchutils.scm @@ -307,7 +307,7 @@ you to figure out what is going on in that merge you keep avoiding.") (define-public patchwork (package (name "patchwork") - (version "2.1.2") + (version "2.1.4") (source (origin (method git-fetch) (uri (git-reference @@ -316,7 +316,7 @@ you to figure out what is going on in that merge you keep avoiding.") (file-name (git-file-name name version)) (sha256 (base32 - "06ng5pv6744w98zkyfm0ldkmpdgnsql3gbbbh6awq61sr2ndr3qw")))) + "0zi1hcqb0pi2diyznbv0c1631qk4rx02zl8ghyrr59g3ljlyr18y")))) (build-system python-build-system) (arguments `(;; TODO: Tests require a running database |