python311Packages.fjaraskupan: 2.2.0 -> 2.3.0

Diff: https://github.com/elupus/fjaraskupan/compare/refs/tags/2.2.0...2.3.0
This commit is contained in:
Fabian Affolter 2024-03-28 12:25:15 +01:00
parent 72c6ed328a
commit 0d66ff03de
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "fjaraskupan";
version = "2.2.0";
version = "2.3.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "elupus";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-0tNLwYckWF9GjhniEkiO+A+xDsUriUsMFZxG/FmUfps=";
hash = "sha256-3jw42lsCwNkFptMNpnhtbrPIkZP/8lUCcMigzq8Hbc4=";
};
propagatedBuildInputs = [