path: root/gnu/machine/ssh.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2023-04-09 15:52:07 +0800
committer宋文武 <iyzsong@member.fsf.org>2023-04-10 19:04:43 +0800
commit1cdf848ebf957e125dc903fa5605b86b9a0516f3 (patch)
treee3fea8e84ac3df6bbd95b7e99768a5131d5b3661 /gnu/machine/ssh.scm
parent01c5430a7dbd071cffe4777f31a342e62f2b7add (diff)
downloadguix-1cdf848ebf957e125dc903fa5605b86b9a0516f3.tar.gz
guix-1cdf848ebf957e125dc903fa5605b86b9a0516f3.zip
gnu: s6-linux-init: Update to 1.1.1.0.
* gnu/packages/skarnet.scm (s6-linux-init): Update to 1.1.1.0.
Diffstat (limited to 'gnu/machine/ssh.scm')
0 files changed, 0 insertions, 0 deletions
on generator") (description "gperf is a perfect hash function generator. For a given list of strings, it produces a hash function and hash table in C or C++ code. That the hash function is perfect means that no collisions can exist and that look-ups can be made by single string comparisons.") (license gpl3+))) (define-public gperf-3.0 ;; This older version would use 'unsigned int' in its generated lookup ;; functions whereas 3.1 uses 'size_t', which causes breakage such as ;; <https://github.com/wingo/elogind/issues/8>. (package (inherit gperf) (version "3.0.4") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/gperf/gperf-" version ".tar.gz")) (sha256 (base32 "0gnnm8iqcl52m8iha3sxrzrl9mcyhg7lfrhhqgdn4zj00ji14wbn"))))))