mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: safeint: Update to 3.0.28.
* gnu/packages/cpp.scm (safeint): Update to 3.0.28.
This commit is contained in:
parent
bc2b5ecd7b
commit
6dbe4a87fc
3 changed files with 47 additions and 2 deletions
|
@ -3664,7 +3664,7 @@ getopt(), getopt_long() and getopt_long_only().")
|
|||
(define-public safeint
|
||||
(package
|
||||
(name "safeint")
|
||||
(version "3.0.27")
|
||||
(version "3.0.28")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3673,7 +3673,9 @@ getopt(), getopt_long() and getopt_long_only().")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "01d2dpdhyw3lghmamknb6g39w2gg0sv53pgxlrs2la8h694z6x7s"))))
|
||||
(base32 "0bgqvyz5zp4mqzkm9545r3564n52bcdnq8bjn6azhxdsmap26g56"))
|
||||
(patches
|
||||
(search-patches "safeint-disable-tests.patch"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue