guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: patchwork: Update to 2.1.4.


From: guix-commits
Subject: 01/01: gnu: patchwork: Update to 2.1.4.
Date: Fri, 5 Jul 2019 02:53:20 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 4add773e8c7ae7e7730a8cdef7d69d441a9888fb
Author: Christopher Baines <address@hidden>
Date:   Fri Jul 5 07:52:44 2019 +0100

    gnu: patchwork: Update to 2.1.4.
    
    * gnu/packages/patchutils.scm (patchwork): Update to 2.1.4.
---
 gnu/packages/patchutils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm
index 687864c..a63d889 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]