~ruther/guix-local

65e870d0a07df1f0d661cbf9deb499213293209f — luca 10 months ago c3e73a1
gnu: siege: Update to 4.1.7.

* gnu/packages/web.scm (siege): Update to 4.1.7.

Closes: guix/guix#4462
Change-Id: I85be11b6965580bd041b2b34e882f8ae67807493
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/web.scm
M gnu/packages/web.scm => gnu/packages/web.scm +2 -2
@@ 9514,14 9514,14 @@ and can be extended with the use of external commands.")
(define-public siege
  (package
    (name "siege")
    (version "4.1.1")
    (version "4.1.7")
    (source (origin
              (method url-fetch)
              (uri (string-append "http://download.joedog.org/siege/siege-"
                                  version ".tar.gz"))
              (sha256
               (base32
                "1a74py0ib1gr3znv9ah5acw67ngl08b14dbc90ww9clvgdr2ag0l"))))
                "09ihp4sycjm8ixd0k4c7lyni4b0w2nh8gghdss1r75srs7nhq57c"))))
    (build-system gnu-build-system)
    (arguments
     '(#:configure-flags (list (string-append "--with-zlib="