diff options
author | Andreas Enge <andreas.enge@inria.fr> | 2016-07-23 22:17:49 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2016-07-23 22:19:11 +0200 |
commit | a000f3c4a80520027fd6f3cc4e5cd22a06716dcb (patch) | |
tree | 088dfeb2914a6d826d3e2b3e4ae3627315d89ab9 | |
parent | 6a3987b1ae0d721eb3c0e98eaeff5858dd145dfa (diff) | |
download | guix-a000f3c4a80520027fd6f3cc4e5cd22a06716dcb.tar guix-a000f3c4a80520027fd6f3cc4e5cd22a06716dcb.tar.gz |
gnu: cook: Update source URL.
* gnu/packages/cook.scm (cook)[source]: Update URL.
-rw-r--r-- | gnu/packages/cook.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/cook.scm b/gnu/packages/cook.scm index d0dd80dc40..e149968f24 100644 --- a/gnu/packages/cook.scm +++ b/gnu/packages/cook.scm @@ -33,9 +33,7 @@ (source (origin (method url-fetch) - (uri (string-append - "http://miller.emu.id.au/pmiller/software/cook/cook-" version - ".tar.gz")) + (uri "http://fossies.org/linux/misc/old/cook-2.34.tar.gz") (sha256 (base32 "104saqnqql1l7zr2pm3f718fdky3ds8j07c6xvwrs1rfkhrw58yw")))) |