python: fs: 2.4.8 -> 2.4.11
This commit is contained in:
parent
9e9fbcbcb7
commit
a081e6a0a3
1 changed files with 2 additions and 2 deletions
|
@ -19,11 +19,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "fs";
|
pname = "fs";
|
||||||
version = "2.4.8";
|
version = "2.4.11";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "5e19251e939b10d50e4b58b0cf2862851794abcf4aa4387b67c69dd61e97b3dc";
|
sha256 = "cc99d476b500f993df8ef697b96dc70928ca2946a455c396a566efe021126767";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ glibcLocales ];
|
buildInputs = [ glibcLocales ];
|
||||||
|
|
Loading…
Reference in a new issue