mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libfilezilla: Update to 0.51.0.
Fixes guix/guix#1408 * gnu/packages/ftp.scm (libfilezilla): Update to 0.51.0. Change-Id: Ia54aac6677068fe51ac16794ecb8889948bd1ded Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
679618893d
commit
ad9de15681
1 changed files with 3 additions and 3 deletions
|
@ -205,10 +205,10 @@ as required.")
|
||||||
(license gpl2+)))
|
(license gpl2+)))
|
||||||
|
|
||||||
(define-public libfilezilla
|
(define-public libfilezilla
|
||||||
(let ((revision 10763))
|
(let ((revision 11287))
|
||||||
(package
|
(package
|
||||||
(name "libfilezilla")
|
(name "libfilezilla")
|
||||||
(version "0.39.2")
|
(version "0.51.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method svn-fetch)
|
(method svn-fetch)
|
||||||
|
@ -217,7 +217,7 @@ as required.")
|
||||||
(revision revision)))
|
(revision revision)))
|
||||||
(file-name (string-append name "-" version "-" (number->string revision)))
|
(file-name (string-append name "-" version "-" (number->string revision)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0x7lx8474xcqgp181kg8bw5c10nxd19hw8lhxa5fkry50mfqyzmj"))))
|
(base32 "1ylapyyi1lj41w3c73dzq2r43vwmmk820z2gd0qfs3sdi9wb95z1"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list "--disable-static")))
|
`(#:configure-flags (list "--disable-static")))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue