3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #283493 from r-ryantm/auto-update/python311Packages.schwifty

python311Packages.schwifty: 2023.11.2 -> 2024.1.1.post0
This commit is contained in:
Nick Cao 2024-01-24 09:00:35 -05:00 committed by GitHub
commit 4359543dfd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "schwifty";
version = "2023.11.2";
version = "2024.1.1.post0";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-lyyAx8VDIRO72xW64gjcsZw2C31hV3YCLIGSmdlIJeI=";
hash = "sha256-ZFDu+stuKdsVc8bTuSZ4LZX8BuQhORjyEMosnrk1rX0=";
};
nativeBuildInputs = [