python3Packages.plyfile: 0.7.4 -> 1.0.1

This commit is contained in:
Martin Weinelt 2023-09-15 14:06:42 +02:00
parent cad3bc29b9
commit 8f66f20956

View file

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "plyfile";
version = "0.7.4";
version = "1.0.1";
src = fetchPypi {
inherit pname version;
sha256 = "9e9a18d22a3158fcd74df38761d43a7facc6df75126f2ab9f4e9a5d4d2188652";
sha256 = "sha256-TOrt8e2Ss6Jrdm/IxWzaG5sjkOwpmxbe3i5f1FCXJho=";
};
propagatedBuildInputs = [ numpy ];