diff options
| author | Christopher Baines <mail@cbaines.net> | 2020-12-13 20:02:28 +0000 |
|---|---|---|
| committer | Christopher Baines <mail@cbaines.net> | 2020-12-13 20:02:28 +0000 |
| commit | 9a4d1974b2ba03119802fbfdf96806dc103b45bd (patch) | |
| tree | cf06e53cff8f96eb2325557e0fac70bffa87b9d9 /gnu/packages/patchutils.scm | |
| parent | 6a012dd1ddd02e3f99dddb4094a055e1407711e3 (diff) | |
gnu: patchwork: Update to 2.2.3.
* gnu/packages/patchutils.scm (patchwork): Update to 2.2.3.
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 da0f13a01e7..7db90a29792 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.2") | 324 | (version "2.2.3") |
| 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 | "1cr3lhm589zhvcgfm8gni036866k2livq1rcxbnigjxlw9p5znaf")))) | 333 | "0rc1ylg2p4mlj1gsz4cgk6kwijdzgzdk29w3bnzywsvyxrdn4bc3")))) |
| 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 |
