diff options
author | Christopher Baines <mail@cbaines.net> | 2019-07-05 07:52:44 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2019-07-05 07:52:44 +0100 |
commit | 4add773e8c7ae7e7730a8cdef7d69d441a9888fb (patch) | |
tree | ae589afbc9dd52dfed75311e102c5611404473cd | |
parent | 728a4ab1019fda2f14a5c69d3f1b277fb5e09cda (diff) | |
download | patches-4add773e8c7ae7e7730a8cdef7d69d441a9888fb.tar patches-4add773e8c7ae7e7730a8cdef7d69d441a9888fb.tar.gz |
gnu: patchwork: Update to 2.1.4.
* gnu/packages/patchutils.scm (patchwork): Update to 2.1.4.
-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 |