Merge pull request #146211 from marsam/update-normality
python39Packages.normality: 2.1.3 -> 2.2.5
This commit is contained in:
commit
b45da50e87
1 changed files with 2 additions and 2 deletions
|
@ -9,13 +9,13 @@
|
||||||
}:
|
}:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "normality";
|
pname = "normality";
|
||||||
version = "2.1.3";
|
version = "2.2.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pudo";
|
owner = "pudo";
|
||||||
repo = "normality";
|
repo = "normality";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "WvpMs02vBGnCSPkxo6r6g4Di2fKkUr2SsBflTBxlhkU=";
|
sha256 = "n8Ycm5DeFItmMJTolazZKGIyN7CTg2ajDCwi/UqzVe8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue