mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
python3Packages.banks: 2.4.2 -> 2.4.3
Diff: https://github.com/masci/banks/compare/v2.4.2...v2.4.3
Changelog: https://github.com/masci/banks/releases/tag/v2.4.3
(cherry picked from commit 12e285daa7)
This commit is contained in:
committed by
Michael Daniels
parent
67d55f840f
commit
42a46f2965
@@ -19,14 +19,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "banks";
|
||||
version = "2.4.2";
|
||||
version = "2.4.3";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "masci";
|
||||
repo = "banks";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-FSulHLWXNO9jz9K7qgrrZcvfe2iQGxdkJVOZlo+Qw/c=";
|
||||
hash = "sha256-6B/jbvW+nfsruPJMk+z5SP2LS85MYOlmMpBYHypUOHA=";
|
||||
};
|
||||
|
||||
env.SSL_CERT_FILE = "${cacert}/etc/ssl/certs/ca-bundle.crt";
|
||||
|
||||
Reference in New Issue
Block a user