Merge pull request #192844 from r-ryantm/auto-update/python310Packages.fjaraskupan

python310Packages.fjaraskupan: 2.0.0 -> 2.0.1
This commit is contained in:
Fabian Affolter 2022-09-25 08:46:41 +02:00 committed by GitHub
commit 4c4cf9979e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [