diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2026-08-16 20:54:21 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2026-08-16 20:54:21 +0300 |
| commit | 77f7b4c5cf5ec945aaa85bef554c2236b379ca02 (patch) | |
| tree | 7cd0e93bd1541070db4ce54cecda901d61240be6 /gnu/packages/networking.scm | |
| parent | f8144b30f46ff9da7e437b829172eec1aacf6f69 (diff) | |
gnu: wireproxy: Update to 1.1.3.
* gnu/packages/networking.scm (wireproxy): Update to 1.1.3.
Change-Id: Idfaff0ba4e9b3e33de2b07821cc4853f2ad250ff
Diffstat (limited to 'gnu/packages/networking.scm')
| -rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 2f03755f2e9..cfada17b01f 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm | |||
| @@ -5479,7 +5479,7 @@ and IP address registration information in JSON format over HTTP.") | |||
| 5479 | (define-public wireproxy | 5479 | (define-public wireproxy |
| 5480 | (package | 5480 | (package |
| 5481 | (name "wireproxy") | 5481 | (name "wireproxy") |
| 5482 | (version "1.1.2") | 5482 | (version "1.1.3") |
| 5483 | (source | 5483 | (source |
| 5484 | (origin | 5484 | (origin |
| 5485 | (method git-fetch) | 5485 | (method git-fetch) |
| @@ -5488,7 +5488,7 @@ and IP address registration information in JSON format over HTTP.") | |||
| 5488 | (commit (string-append "v" version)))) | 5488 | (commit (string-append "v" version)))) |
| 5489 | (file-name (git-file-name name version)) | 5489 | (file-name (git-file-name name version)) |
| 5490 | (sha256 | 5490 | (sha256 |
| 5491 | (base32 "0nzs3xzvq3rhqg808qgazymmwdx9p3nw669wl3r5xclhvibbyla7")))) | 5491 | (base32 "0gpxvziz3n79lfakgdjpq3a75wiaa8rry0zq5q9wyqfc88328z2f")))) |
| 5492 | (build-system go-build-system) | 5492 | (build-system go-build-system) |
| 5493 | (arguments | 5493 | (arguments |
| 5494 | (list | 5494 | (list |
