guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: reprotest: Update to 0.7.18.


From: guix-commits
Subject: branch master updated: gnu: reprotest: Update to 0.7.18.
Date: Sun, 24 Oct 2021 20:30:44 -0400

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

vagrantc pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fb3b26b  gnu: reprotest: Update to 0.7.18.
fb3b26b is described below

commit fb3b26b2ab73a2f0da4a3f3ae6e00ce098f9e610
Author: Vagrant Cascadian <vagrant@reproducible-builds.org>
AuthorDate: Sun Oct 24 17:19:42 2021 -0700

    gnu: reprotest: Update to 0.7.18.
    
    * gnu/packages/diffoscope.scm (reprotest): Update to 0.7.18.
---
 gnu/packages/diffoscope.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 6e8363d..f96577c 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -228,7 +228,7 @@ install.")
 (define-public reprotest
   (package
     (name "reprotest")
-    (version "0.7.16")
+    (version "0.7.18")
     (source
      (origin
        (method git-fetch)
@@ -238,7 +238,7 @@ install.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0s7gyixk868dw6yqxsb1sq24mgg9ilz5s2yidd5j0zhl683n7dw9"))))
+         "19lwsxq53isgfkvlxvxqqmbjfcim3lhcxwk7m9ddfjiynhq74949"))))
     (inputs
      `(("python-debian" ,python-debian)
        ("python-distro" ,python-distro)



reply via email to

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