mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: aws-c-mqtt: Update to 0.7.8.
* gnu/packages/c.scm (aws-c-mqtt): Update to 0.7.8.
This commit is contained in:
parent
02fcabe230
commit
1632cad620
1 changed files with 2 additions and 2 deletions
|
@ -838,7 +838,7 @@ (define-public aws-c-s3
|
||||||
(define-public aws-c-mqtt
|
(define-public aws-c-mqtt
|
||||||
(package
|
(package
|
||||||
(name "aws-c-mqtt")
|
(name "aws-c-mqtt")
|
||||||
(version "0.7.6")
|
(version "0.7.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -847,7 +847,7 @@ (define-public aws-c-mqtt
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qgblakp9n281z5w1kmmy9sjiz6s44kg487l76w7p43p1dp7s401"))
|
"19j6nw2v36c4yff4p0fbf0748s06fd5r9cp2yakry9ybn1ada99c"))
|
||||||
(patches (search-patches "aws-c-mqtt-cmake-prefix.patch"))))
|
(patches (search-patches "aws-c-mqtt-cmake-prefix.patch"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue