Revert "python3Packages.affinegap: 1.12 -> 2"
This reverts commit 640e5521b9.
The "pypideploy2" tag is much older than the "v1.12" tag and does not
correspond to a major version 2.
This commit is contained in:
@@ -13,14 +13,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "affinegap";
|
||||
version = "2";
|
||||
version = "1.12";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dedupeio";
|
||||
repo = "affinegap";
|
||||
tag = "pypideploy${version}";
|
||||
hash = "sha256-TuydLF3YfeVIP2y2uDQH+oZ9Y2b325ZFEM0Fiu0Xhus=";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-9eX41eoME5Vdtq+c04eQbMYnViy6QKOhKkafrkeMylI=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user