From 141db0b2c288f84f6f36b38bf2d803ed4a9fff77 Mon Sep 17 00:00:00 2001 From: msglm Date: Mon, 8 Apr 2024 23:04:46 -0500 Subject: add updated vers of go-sqlite3 --- findimagedupes.scm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'findimagedupes.scm') diff --git a/findimagedupes.scm b/findimagedupes.scm index 9ba0e82..971340e 100644 --- a/findimagedupes.scm +++ b/findimagedupes.scm @@ -64,6 +64,12 @@ (home-page "https://gitlab.com/opennota/phash/") (license gpl3))) +(define-public go-github-com-mattn-go-sqlite3-1.14.11 + (package + (inherit go-github-com-mattn-go-sqlite3) + (name "go-github-com-mattn-go-sqlite3-1.14.11") + )) + (define-public findimagedupes (package (name "findimagedupes") @@ -89,7 +95,7 @@ libheif go-gitlab-com-opennota-magicmime go-gitlab-com-opennota-phash - go-github-com-mattn-go-sqlite3 + go-github-com-mattn-go-sqlite3-1.14.11 )) (synopsis "finds visually similar or duplicate images.") (description "finds duplicate images using the pHash algorithm") -- cgit v1.2.3