diff options
author | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:02 -0500 |
---|---|---|
committer | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:02 -0500 |
commit | 5c031f63f4dc3b03a09e73a27ee695bd5fae999e (patch) | |
tree | 71e74d18dad86f87d427c362e9317a725eb8666f | |
parent | b448bc032bf91c4f6ef616d465cb47be9dfab960 (diff) | |
download | guix-techchud-5c031f63f4dc3b03a09e73a27ee695bd5fae999e.tar.gz guix-techchud-5c031f63f4dc3b03a09e73a27ee695bd5fae999e.tar.bz2 guix-techchud-5c031f63f4dc3b03a09e73a27ee695bd5fae999e.zip |
add updated vers of go-sqlite3
-rw-r--r-- | findimagedupes.scm | 8 |
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") |