python310Packages.apycula: 0.2a2 -> 0.2

This commit is contained in:
R. Ryantm 2022-03-15 09:20:05 +00:00
parent 1a268c42c8
commit 47e6033eb8

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "apycula";
version = "0.2a2";
version = "0.2";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit version;
pname = "Apycula";
hash = "sha256-pcVoYGBhp9jyuWBJ/Rpi8cjwDgPjhJ1PrPblj5DQTpk=";
hash = "sha256-xvr/NDAjCjhpImzNlCOcI4x5dIAefJ1TnUgoBhgdhPA=";
};
nativeBuildInputs = [ setuptools-scm ];