summaryrefslogtreecommitdiff
path: root/gnu/packages/c.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-10-30 19:14:22 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-10-31 00:57:07 +0200
commit1632cad620f9fd03dd4e4b5172910885a9037303 (patch)
tree967d46dc2bf4d6cfa082f6c98dbb88896ee89c10 /gnu/packages/c.scm
parent02fcabe2300475453ebeb168be3e2761afdfde5f (diff)
downloadguix-patches-1632cad620f9fd03dd4e4b5172910885a9037303.tar
guix-patches-1632cad620f9fd03dd4e4b5172910885a9037303.tar.gz
gnu: aws-c-mqtt: Update to 0.7.8.
* gnu/packages/c.scm (aws-c-mqtt): Update to 0.7.8.
Diffstat (limited to 'gnu/packages/c.scm')
-rw-r--r--gnu/packages/c.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index c6399280f6..93d829391c 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -838,7 +838,7 @@ Service (S3) protocol for object storage.")
(define-public aws-c-mqtt
(package
(name "aws-c-mqtt")
- (version "0.7.6")
+ (version "0.7.8")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -847,7 +847,7 @@ Service (S3) protocol for object storage.")
(file-name (git-file-name name version))
(sha256
(base32
- "0qgblakp9n281z5w1kmmy9sjiz6s44kg487l76w7p43p1dp7s401"))
+ "19j6nw2v36c4yff4p0fbf0748s06fd5r9cp2yakry9ybn1ada99c"))
(patches (search-patches "aws-c-mqtt-cmake-prefix.patch"))))
(build-system cmake-build-system)
(arguments