lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.banks: 2.1.1 -> 2.1.2

+2 -2
+2 -2
pkgs/development/python-modules/banks/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "banks"; 21 - version = "2.1.1"; 21 + version = "2.1.2"; 22 22 pyproject = true; 23 23 24 24 src = fetchFromGitHub { 25 25 owner = "masci"; 26 26 repo = "banks"; 27 27 tag = "v${version}"; 28 - hash = "sha256-bDOPWq941UGcRXlUO8CVewjmEDFHJH7OZaRTo1Iqbjw="; 28 + hash = "sha256-lOlNYIBMa3G06t5KfRWNd/d8aXjxnWp11n8Kw7Ydy+Y="; 29 29 }; 30 30 31 31 SSL_CERT_FILE = "${cacert}/etc/ssl/certs/ca-bundle.crt";