mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
python3Packages.mutag: switch to fetchFromGitHub
This commit is contained in:
parent
9d349d6a48
commit
97b380587f
@ -1,6 +1,6 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchgit
|
||||
, fetchFromGitHub
|
||||
, isPy3k
|
||||
, pyparsing
|
||||
}:
|
||||
@ -10,10 +10,11 @@ buildPythonPackage {
|
||||
version = "0.0.2-2ffa0258ca";
|
||||
disabled = ! isPy3k;
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://github.com/aroig/mutag.git";
|
||||
sha256 = "0axdnwdypfd74a9dnw0g25m16xx1yygyl828xy0kpj8gyqdc6gb1";
|
||||
src = fetchFromGitHub {
|
||||
owner = "aroig";
|
||||
repo = "mutag";
|
||||
rev = "2ffa0258cadaf79313241f43bf2c1caaf197d9c2";
|
||||
sha256 = "sha256-YT3DGvYPyTuB70gg6p/3oXcTahEPcNuSIqe56xu3rSs=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ pyparsing ];
|
||||
|
Loading…
Reference in New Issue
Block a user