guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: patchwork: Update to 3.0.1.


From: guix-commits
Subject: branch master updated: gnu: patchwork: Update to 3.0.1.
Date: Wed, 24 Feb 2021 04:20:31 -0500

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5701e85  gnu: patchwork: Update to 3.0.1.
5701e85 is described below

commit 5701e85107391733770a76160c77bd0655a4f9c0
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Feb 24 09:18:51 2021 +0000

    gnu: patchwork: Update to 3.0.1.
    
    * gnu/packages/patchutils.scm (patchwork): Update to 3.0.1.
---
 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 1354c86..0896efe 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.")
 (define-public patchwork
   (package
     (name "patchwork")
-    (version "3.0.0")
+    (version "3.0.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -330,7 +330,7 @@ you to figure out what is going on in that merge you keep 
avoiding.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "005irr5xsjpp3wrvvqs2xyr14ig9vp3h4v0qixhj1b8v69cfrgpi"))))
+                "049ih1fbbbmj11v5m9ilahifl8x7gi6wyba58552y9n9djzs8csc"))))
     (build-system python-build-system)
     (arguments
      `(;; TODO: Tests require a running database



reply via email to

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