Skip to content

Commit

Permalink
gnu: sqlite-next: Update to 3.39.3.
Browse files Browse the repository at this point in the history
* gnu/packages/sqlite.scm (sqlite-next): Update to 3.39.3.

Signed-off-by: Marius Bakke <[email protected]>
  • Loading branch information
rakino authored and mbakke committed Sep 7, 2022
1 parent 53c127c commit 1c060f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gnu/packages/sqlite.scm
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ is in the public domain.")
(define-public sqlite-next
(package
(inherit sqlite)
(version "3.39.1")
(version "3.39.3")
(source (origin
(method url-fetch)
(uri (sqlite-uri version 2022))
(sha256
(base32
"1i0wjd1mig720q1gk9jkpw6h0mialbrlkfh8w8lans0czakygj47"))))))
"1f922kq16g7f4h3gpzim78lvrp5xw9nvlvqw97s2qgxyh8qgns3q"))))))

0 comments on commit 1c060f5

Please sign in to comment.