aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/ethereum/ethash/setup.py
diff options
context:
space:
mode:
authorGustav Simonsson <gustav.simonsson@gmail.com>2015-03-24 11:23:54 +0800
committerGustav Simonsson <gustav.simonsson@gmail.com>2015-03-24 22:51:51 +0800
commitb0c4dc8df874442e8ad7bcd55dfa13d6ea75c0e1 (patch)
tree591bfa21aaefba999a0300f9957d91082868bba6 /Godeps/_workspace/src/github.com/ethereum/ethash/setup.py
parent118b79eca7500c1770db2e3fd28cfdea6370befd (diff)
downloadgo-tangerine-b0c4dc8df874442e8ad7bcd55dfa13d6ea75c0e1.tar
go-tangerine-b0c4dc8df874442e8ad7bcd55dfa13d6ea75c0e1.tar.gz
go-tangerine-b0c4dc8df874442e8ad7bcd55dfa13d6ea75c0e1.tar.bz2
go-tangerine-b0c4dc8df874442e8ad7bcd55dfa13d6ea75c0e1.tar.lz
go-tangerine-b0c4dc8df874442e8ad7bcd55dfa13d6ea75c0e1.tar.xz
go-tangerine-b0c4dc8df874442e8ad7bcd55dfa13d6ea75c0e1.tar.zst
go-tangerine-b0c4dc8df874442e8ad7bcd55dfa13d6ea75c0e1.zip
Update ethash lib
Diffstat (limited to 'Godeps/_workspace/src/github.com/ethereum/ethash/setup.py')
-rw-r--r--Godeps/_workspace/src/github.com/ethereum/ethash/setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/setup.py b/Godeps/_workspace/src/github.com/ethereum/ethash/setup.py
index eedd337ae..29d6ad6d2 100644
--- a/Godeps/_workspace/src/github.com/ethereum/ethash/setup.py
+++ b/Godeps/_workspace/src/github.com/ethereum/ethash/setup.py
@@ -25,9 +25,9 @@ setup (
author = "Matthew Wampler-Doty",
author_email = "matthew.wampler.doty@gmail.com",
license = 'GPL',
- version = '23.1',
+ version = '23',
url = 'https://github.com/ethereum/ethash',
- download_url = 'https://github.com/ethereum/ethash/tarball/v23.1',
+ download_url = 'https://github.com/ethereum/ethash/tarball/v23',
description = 'Python wrappers for ethash, the ethereum proof of work hashing function',
ext_modules = [pyethash],
)