python39Packages.normality: 2.1.3 -> 2.2.5
This commit is contained in:
parent
7ecc1ca440
commit
15b7fa7671
1 changed files with 2 additions and 2 deletions
|
@ -9,13 +9,13 @@
|
|||
}:
|
||||
buildPythonPackage rec {
|
||||
pname = "normality";
|
||||
version = "2.1.3";
|
||||
version = "2.2.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pudo";
|
||||
repo = "normality";
|
||||
rev = version;
|
||||
sha256 = "WvpMs02vBGnCSPkxo6r6g4Di2fKkUr2SsBflTBxlhkU=";
|
||||
sha256 = "n8Ycm5DeFItmMJTolazZKGIyN7CTg2ajDCwi/UqzVe8=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue