guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: uhttpmock: Update to 0.5.3.


From: guix-commits
Subject: 02/03: gnu: uhttpmock: Update to 0.5.3.
Date: Tue, 11 Aug 2020 17:36:46 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b6a6843613ae6d398eadb7c2edabf40226c0798e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Aug 11 22:47:07 2020 +0200

    gnu: uhttpmock: Update to 0.5.3.
    
    * gnu/packages/web.scm (uhttpmock): Update to 0.5.3.
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index f36fc0a..a0900c6 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4695,14 +4695,14 @@ you'd expect.")
 (define-public uhttpmock
   (package
     (name "uhttpmock")
-    (version "0.5.2")
+    (version "0.5.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://tecnocode.co.uk/downloads/uhttpmock/";
                            "uhttpmock-" version ".tar.xz"))
        (sha256
-        (base32 "0glyx07kxc3s3cx5vp30kfgscl9q6bghcq1zysfyxm24r0h6j58p"))))
+        (base32 "0bqizz69hxk8rn4z57asz1d45vizl1rj6i5k3rzxn2x3qcik514h"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("gobject-introspection" ,gobject-introspection)



reply via email to

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