mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: gulrak-filesystem: Update to 1.5.12.
* gnu/packages/cpp.scm (gulrak-filesystem): Update to 1.5.12.
This commit is contained in:
parent
1b6e251ed1
commit
627c56f543
1 changed files with 2 additions and 2 deletions
|
@ -1901,7 +1901,7 @@ (define-public bloomberg-bde
|
|||
(define-public gulrak-filesystem
|
||||
(package
|
||||
(name "gulrak-filesystem")
|
||||
(version "1.5.10")
|
||||
(version "1.5.12")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1910,7 +1910,7 @@ (define-public gulrak-filesystem
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0dx1yvbz5rnisymkqap7z0b06ag9fcs6q6l82vgi8caylhkwsqs7"))))
|
||||
"1qg10akvhp801xirkj4mqcpvcxj90z81ygpyg752xv110zj4914g"))))
|
||||
(build-system cmake-build-system)
|
||||
(synopsis "Header only C++ std::filesystem compatible library")
|
||||
(description "This package provides a header-only single-file
|
||||
|
|
Loading…
Reference in a new issue