python310Packages.fjaraskupan: 2.0.0 -> 2.0.1

This commit is contained in:
R. Ryantm 2022-09-25 00:54:30 +00:00
parent 6fcaded221
commit 771bd3212b

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "fjaraskupan";
version = "2.0.0";
version = "2.0.1";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -17,8 +17,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "elupus";
repo = pname;
rev = version;
hash = "sha256-ohadGQxtW8YcSDIF7xZhy84xu0Vi5yj/QEVi8WRRBSI=";
rev = "refs/tags/${version}";
hash = "sha256-i7816KJraHkrXKYA+vhKMs5xhXksnYc2uYiE0pPEicw=";
};
propagatedBuildInputs = [