guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: pict: Update to 3.7.3.


From: guix-commits
Subject: branch master updated: gnu: pict: Update to 3.7.3.
Date: Sun, 20 Feb 2022 19:55:01 -0500

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

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 82d19441b9 gnu: pict: Update to 3.7.3.
82d19441b9 is described below

commit 82d19441b989d082d89f4e36d99f225ffc8db654
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Feb 20 18:52:54 2022 -0500

    gnu: pict: Update to 3.7.3.
    
    * gnu/packages/check.scm (pict): Update to 3.7.3.
---
 gnu/packages/check.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 058effab5c..c66ec4722f 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -94,7 +94,7 @@
 (define-public pict
   (package
     (name "pict")
-    (version "3.7.2")
+    (version "3.7.3")
     (source
      (origin
        (method git-fetch)
@@ -104,7 +104,7 @@
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1hpff8x49ixlh71sbyhj1rircf0mg95v5q9y0ys52rhiph99wy3n"))))
+         "0bpyl0zklw2fyxgynrc7shg0xamw8rr68zmh528niscrpavsmfpi"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

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