nckx pushed a commit to branch master
in repository guix.

commit e14d29f93288e5a20162d09866adee1f59bb1ec3
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sat Jan 2 00:07:08 2021 +0100

    gnu: httpstat: Update to 1.3.1.
    
    * gnu/packages/networking.scm (httpstat): Update to 1.3.1.
---
 gnu/packages/networking.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 8c9db0c..fad917a 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4,7 +4,7 @@
 ;;; Copyright © 2015 Mark H Weaver <[email protected]>
 ;;; Copyright © 2015, 2016, 2017 Stefan Reichör <[email protected]>
 ;;; Copyright © 2016 Raimon Grau <[email protected]>
-;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice 
<[email protected]>
+;;; Copyright © 2016–2021 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2016 John Darrington <[email protected]>
 ;;; Copyright © 2016, 2017, 2018, 2019, 2020 Nicolas Goaziou 
<[email protected]>
 ;;; Copyright © 2016 Eric Bavier <[email protected]>
@@ -1581,7 +1581,7 @@ application stack itself.")
 (define-public httpstat
   (package
     (name "httpstat")
-    (version "1.3.0")
+    (version "1.3.1")
     (source
      (origin
        (method git-fetch)
@@ -1590,8 +1590,7 @@ application stack itself.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "18k2glnyzxlmry19ijmndim2vqqn3c86smd7xc3haw6k7qafifx1"))))
+        (base32 "0cw8299a080m42slsimz31xs0gjnh833gpbj2dsr4hkcinrn4iyd"))))
     (build-system python-build-system)
     (inputs `(("curl" ,curl)))
     (arguments

Reply via email to