1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: re2: Update to 2022-12-01.

* gnu/packages/regex.scm (re2): Update to 2022-12-01.
This commit is contained in:
Marius Bakke
2022-12-12 19:03:48 +01:00
parent 2c1b488d19
commit c1695bcadd

View File

@@ -32,7 +32,7 @@
(define-public re2
(package
(name "re2")
(version "2022-02-01")
(version "2022-12-01")
(home-page "https://github.com/google/re2")
(source (origin
(method git-fetch)
@@ -40,7 +40,7 @@
(file-name (git-file-name name version))
(sha256
(base32
"1gzdqy5a0ln9rwd8kmwbgis6qin63hapicwb35xkbnj3y84jj6yx"))))
"0g627a5ppyarhf2ph4gyzj89pwbkwfjfajgljzkmjafjmdyxfqs6"))))
(build-system gnu-build-system)
(arguments
(list #:test-target "test"