mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 07:48:58 +00:00
python: seekpath: 1.8.4 -> 1.9.3
This commit is contained in:
parent
c94c86e300
commit
e9118df14f
|
@ -2,11 +2,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "seekpath";
|
||||
version = "1.8.4";
|
||||
version = "1.9.3";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "b61dadba82acc0838402981b7944155adc092b114ca81f53f61b1d498a512e3a";
|
||||
sha256 = "abc806479f11e7f71c4475a292d849baf15dfa1cbc89ecc602d78415de322c83";
|
||||
};
|
||||
|
||||
LC_ALL = "en_US.utf-8";
|
||||
|
|
Loading…
Reference in a new issue