gnu: httpstat: Update to 1.3.1.

* gnu/packages/networking.scm (httpstat): Update to 1.3.1.
This commit is contained in:
Tobias Geerinckx-Rice 2021-01-02 00:07:08 +01:00
parent 810c185399
commit e14d29f932
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4,7 +4,7 @@
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2015, 2016, 2017 Stefan Reichör <stefan@xsteve.at>
;;; Copyright © 2016 Raimon Grau <raimonster@gmail.com>
;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 20162021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2016 John Darrington <jmd@gnu.org>
;;; Copyright © 2016, 2017, 2018, 2019, 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2016 Eric Bavier <bavier@member.fsf.org>
@ -1581,7 +1581,7 @@ (define-public httping
(define-public httpstat
(package
(name "httpstat")
(version "1.3.0")
(version "1.3.1")
(source
(origin
(method git-fetch)
@ -1590,8 +1590,7 @@ (define-public httpstat
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"18k2glnyzxlmry19ijmndim2vqqn3c86smd7xc3haw6k7qafifx1"))))
(base32 "0cw8299a080m42slsimz31xs0gjnh833gpbj2dsr4hkcinrn4iyd"))))
(build-system python-build-system)
(inputs `(("curl" ,curl)))
(arguments