mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
python: pyrr: 0.10.2 -> 0.10.3
This commit is contained in:
parent
631149acb7
commit
4157f6e23b
1 changed files with 2 additions and 2 deletions
|
@ -7,12 +7,12 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "0.10.2";
|
||||
version = "0.10.3";
|
||||
pname = "pyrr";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1q9i4qa6ygr8hlpnw55s58naynxzwm0sc1m54wyy1ghbf8m8d2f0";
|
||||
sha256 = "3c0f7b20326e71f706a610d58f2190fff73af01eef60c19cb188b186f0ec7e1d";
|
||||
};
|
||||
|
||||
buildInputs = [ setuptools ];
|
||||
|
|
Loading…
Reference in a new issue