python39Packages.pycangjie: fix version format
This commit is contained in:
parent
7469b8b84b
commit
ee62f3ea0a
1 changed files with 2 additions and 6 deletions
|
@ -11,22 +11,18 @@
|
||||||
, cython
|
, cython
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
|
||||||
rev = "361bb413203fd43bab624d98edf6f7d20ce6bfd3";
|
|
||||||
in
|
|
||||||
buildPythonPackage {
|
buildPythonPackage {
|
||||||
pname = "pycangjie";
|
pname = "pycangjie";
|
||||||
version = "1.3_rev_${rev}";
|
version = "unstable-2015-05-03";
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Cangjians";
|
owner = "Cangjians";
|
||||||
repo = "pycangjie";
|
repo = "pycangjie";
|
||||||
inherit rev;
|
rev = "361bb413203fd43bab624d98edf6f7d20ce6bfd3";
|
||||||
sha256 = "sha256-sS0Demzm89WtEIN4Efz0OTsUQ/c3gIX+/koekQGOca4=";
|
sha256 = "sha256-sS0Demzm89WtEIN4Efz0OTsUQ/c3gIX+/koekQGOca4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config libtool autoconf automake cython ];
|
nativeBuildInputs = [ pkg-config libtool autoconf automake cython ];
|
||||||
buildInputs = [ libcangjie sqlite ];
|
buildInputs = [ libcangjie sqlite ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue