gnu: httpstat: Update to 1.3.1.
* gnu/packages/networking.scm (httpstat): Update to 1.3.1.
This commit is contained in:
		
							parent
							
								
									810c185399
								
							
						
					
					
						commit
						e14d29f932
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		|  | @ -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 © 2016–2021 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 @@ 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 | ||||
|  |  | |||
		Reference in a new issue