mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sqlitebrowser: Update to 3.13.0.
* gnu/packages/databases.scm (sqlitebrowser): Update to 3.13.0. Change-Id: I31e8febfe3d5dd61b27e3f8b4404a529262cea5c
This commit is contained in:
parent
b39a39ff60
commit
30672e1327
1 changed files with 2 additions and 2 deletions
|
@ -5443,7 +5443,7 @@ a Gtk.Grid Widget.")
|
||||||
(define-public sqlitebrowser
|
(define-public sqlitebrowser
|
||||||
(package
|
(package
|
||||||
(name "sqlitebrowser")
|
(name "sqlitebrowser")
|
||||||
(version "3.12.2")
|
(version "3.13.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -5452,7 +5452,7 @@ a Gtk.Grid Widget.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ljqzcx388mmni8lv9jz5r58alhsjrrqi4nzjnbfki94rn4ray6z"))
|
(base32 "0v4a59lgqng9hqvbc2k504aclinpwpk8hi6ckirbr6m1pnf26kfr"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue