From f09654259f88b3a727ac78593435801d5fad72db Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 27 Jun 2024 15:11:12 +0100 Subject: gnu: go-github-com-chmduquesne-rollinghash: Move to golang-crypto. * gnu/packages/syncthing.scm (go-github-com-chmduquesne-rollinghash): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. Change-Id: I61a942c07655f51a61e198613eeaa3eb240b8df9 --- gnu/packages/golang-crypto.scm | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) (limited to 'gnu/packages/golang-crypto.scm') diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm index 499819bac6..d5daa014af 100644 --- a/gnu/packages/golang-crypto.scm +++ b/gnu/packages/golang-crypto.scm @@ -1,8 +1,8 @@ ;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2017-2020 Leo Famulari ;;; Copyright © 2018 Pierre Neidhardt ;;; Copyright © 2019 Ricardo Wurmus ;;; Copyright © 2019 Vagrant Cascadian -;;; Copyright © 2019, 2020 Leo Famulari ;;; Copyright © 2020 Oleg Pykhalov ;;; Copyright © 2020, 2022 Efraim Flashner ;;; Copyright © 2021 Arun Isaac @@ -321,6 +321,31 @@ the Ristretto prime-order group built from Edwards25519.") xxHash algorithm (XXH64).") (license license:expat))) +(define-public go-github-com-chmduquesne-rollinghash + (let ((commit "a60f8e7142b536ea61bb5d84014171189eeaaa81") + (revision "0")) + (package + (name "go-github-com-chmduquesne-rollinghash") + (version (git-version "4.0.0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/chmduquesne/rollinghash") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0fpaqq4zb0wikgbhn7vwqqj1h865f5xy195vkhivsp922p7qwsjr")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/chmduquesne/rollinghash/")) + (home-page "https://github.com/chmduquesne/rollinghash") + (synopsis "Rolling hashes in Go") + (description + "This package provides a Go implementation of several rolling hashes.") + (license license:expat)))) + (define-public go-github-com-cloudflare-circl (package (name "go-github-com-cloudflare-circl") -- cgit v1.2.3