GNU bug report logs -
#72471
[PATCH 00/24] Update PyTorch and dependencies
Previous Next
Reported by: David Elsing <david.elsing <at> posteo.net>
Date: Sun, 4 Aug 2024 22:14:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludovic.courtes <at> inria.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/cpp.scm (cpp-httplib): Update to 0.16.0.
---
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 6b46465abf..2c80bd8ba5 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1086,7 +1086,7 @@ (define-public cpp-httplib
;; header
(package
(name "cpp-httplib")
- (version "0.12.5")
+ (version "0.16.0")
(source
(origin
(method git-fetch)
@@ -1094,7 +1094,7 @@ (define-public cpp-httplib
(url "https://github.com/yhirose/cpp-httplib")
(commit (string-append "v" version))))
(sha256
- (base32 "1m1p6h1dsxg4kg5zziffb6xl8zgjbkw7gmgmmlnrhpl3bswam87n"))
+ (base32 "0n4ribq7c6lqj0hn50pdvy7wml62fqbgrgysb038fq1qc6xyw3np"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments
--
2.45.1
This bug report was last modified 260 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.