diff options
author | Efraim Flashner <[email protected]> | 2021-04-25 10:28:54 +0300 |
---|---|---|
committer | Efraim Flashner <[email protected]> | 2021-04-25 10:28:54 +0300 |
commit | 352d420cb0127b31699d717f720f88f107e412fa (patch) | |
tree | 9cba947a155365178fba1ed6e2c9d7130563a57a /gnu/packages/crypto.scm | |
parent | 860d28da6ef850d0c191d756d0804fef03f8e778 (diff) |
gnu: crypto++: Use a source file-name.
* gnu/packages/crypto.scm (crypto++)[source]: Add file-name field.
Diffstat (limited to 'gnu/packages/crypto.scm')
-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")))) |