summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2024-04-08 23:04:46 -0500
committermsglm <msglm@techchud.xyz>2024-04-08 23:04:46 -0500
commit141db0b2c288f84f6f36b38bf2d803ed4a9fff77 (patch)
tree71e74d18dad86f87d427c362e9317a725eb8666f
parent95ac4f8f8fb47c5785954584d6c15737abe8f492 (diff)
downloadguix-msglm-141db0b2c288f84f6f36b38bf2d803ed4a9fff77.tar.gz
guix-msglm-141db0b2c288f84f6f36b38bf2d803ed4a9fff77.tar.bz2
guix-msglm-141db0b2c288f84f6f36b38bf2d803ed4a9fff77.zip
add updated vers of go-sqlite3
-rw-r--r--findimagedupes.scm8
1 files changed, 7 insertions, 1 deletions
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")