Skip to content
Snippets Groups Projects
Commit 6c413c92 authored by Mark H Weaver's avatar Mark H Weaver
Browse files

Revert "gnu: boost: Update to 1.58.0."

This reverts commit 16de69c9.
parent 1e49bcf9
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ (define-module (gnu packages boost) ...@@ -33,7 +33,7 @@ (define-module (gnu packages boost)
(define-public boost (define-public boost
(package (package
(name "boost") (name "boost")
(version "1.58.0") (version "1.57.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
...@@ -42,7 +42,7 @@ (define-public boost ...@@ -42,7 +42,7 @@ (define-public boost
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1rfkqxns60171q62cppiyzj8pmsbwp1l8jd7p6crriryqd7j1z7x")))) "0rs94vdmg34bwwj23fllva6mhrml2i7mvmlb11zyrk1k5818q34i"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("zlib" ,zlib))) (inputs `(("zlib" ,zlib)))
(native-inputs (native-inputs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment