mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
python3Packages.python-csxcad: unstable-2020-02-18 -> v0.6.3
This commit is contained in:
parent
d7632d8a73
commit
3081bc2fc2
@ -10,14 +10,9 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-csxcad";
|
||||
version = "unstable-2020-02-18";
|
||||
version = csxcad.version;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "thliebig";
|
||||
repo = "CSXCAD";
|
||||
rev = "ef6e40931dbd80e0959f37c8e9614c437bf7e518";
|
||||
sha256 = "072s765jyzpdq8qqysdy0dld17m6sr9zfcs0ip2zk8c4imxaysnb";
|
||||
};
|
||||
src = csxcad.src;
|
||||
|
||||
sourceRoot = "${src.name}/python";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user