diff options
author | Greg Hogan <code@greghogan.com> | 2025-04-07 01:15:59 +0000 |
---|---|---|
committer | Greg Hogan <code@greghogan.com> | 2025-04-15 22:55:19 +0000 |
commit | c5560533a6ad5d6a3fa6b1dbb07ea615856536b1 (patch) | |
tree | 3273faba5e13b159e1ebe215623aca26ca72b707 | |
parent | 245c297d35a20e4ebe3505a2e52ca67b303837ae (diff) | |
download | guix-c5560533a6ad5d6a3fa6b1dbb07ea615856536b1.tar.gz guix-c5560533a6ad5d6a3fa6b1dbb07ea615856536b1.zip |
gnu: aws-c-http: Downgrade to 0.9.5.
* gnu/packages/c.scm (aws-c-http): Downgrade to 0.9.5.
Change-Id: I3453fc07285a6a5c308c033bf9d8d052aa0e6077
-rw-r--r-- | gnu/packages/c.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm index 77b246364f..5b55cb9e66 100644 --- a/gnu/packages/c.scm +++ b/gnu/packages/c.scm @@ -1251,7 +1251,7 @@ low level functionality for coroutines.") (package (name "aws-c-http") ;; Update only when updating aws-crt-cpp. - (version "0.9.6") + (version "0.9.5") (source (origin (method git-fetch) (uri (git-reference @@ -1260,7 +1260,7 @@ low level functionality for coroutines.") (file-name (git-file-name name version)) (sha256 (base32 - "0anasabsgyyn56v3w1p6sq558n646ifxgqxyy0j0601wvxxmk641")))) + "0yr2krsajmrvma58fs8sb3jpajynjw2xsi5fmg3cih32wbcjiixj")))) (build-system cmake-build-system) (arguments '(#:configure-flags |