guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: gulrak-filesystem: Update to 1.5.12.


From: guix-commits
Subject: 01/05: gnu: gulrak-filesystem: Update to 1.5.12.
Date: Wed, 14 Dec 2022 10:45:55 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 627c56f5431b900b120a9fb25b36b7e077b20949
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 11 01:00:02 2022 +0100

    gnu: gulrak-filesystem: Update to 1.5.12.
    
    * gnu/packages/cpp.scm (gulrak-filesystem): Update to 1.5.12.
---
 gnu/packages/cpp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 210c76e482..a3df706f43 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1901,7 +1901,7 @@ multi-threaded applications and network applications.")
 (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 @@ multi-threaded applications and network applications.")
               (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]