diff options
-rw-r--r-- | gnu/packages/crypto.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index 57d417de80..273f924962 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -7,7 +7,7 @@ ;;; Copyright © 2016, 2017 Nikita <[email protected]> ;;; Copyright © 2016, 2017, 2019, 2020 Eric Bavier <[email protected]> ;;; Copyright © 2017 Pierre Langlois <[email protected]> -;;; Copyright © 2018, 2020 Efraim Flashner <[email protected]> +;;; Copyright © 2018, 2020, 2021 Efraim Flashner <[email protected]> ;;; Copyright © 2018 Arun Isaac <[email protected]> ;;; Copyright © 2018 Nicolas Goaziou <[email protected]> ;;; Copyright © 2018, 2020 Nicolò Balzarotti <[email protected]> @@ -782,6 +782,7 @@ data on your platform, so the seed itself will be as random as possible. (commit (string-append "CRYPTOPP_" (string-replace-substring version "." "_"))))) + (file-name (git-file-name name version)) (sha256 (base32 "0in7rlazq91vfi519g9wr7bh87hii47cimxv7fmj0f88vhjaidq3")))) |