mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.banks: 2.4.3 -> 2.4.4
Diff: https://github.com/masci/banks/compare/v2.4.3...v2.4.4
Changelog: https://github.com/masci/banks/releases/tag/v2.4.4
(cherry picked from commit 08b369df1c)
This commit is contained in:
committed by
Michael Daniels
parent
42a46f2965
commit
f0327695dd
@@ -19,14 +19,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "banks";
|
||||
version = "2.4.3";
|
||||
version = "2.4.4";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "masci";
|
||||
repo = "banks";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-6B/jbvW+nfsruPJMk+z5SP2LS85MYOlmMpBYHypUOHA=";
|
||||
hash = "sha256-LlUVwGCcY/CA0XTjpppv6QNnyagDZR6+SaRfkyHVBw4=";
|
||||
};
|
||||
|
||||
env.SSL_CERT_FILE = "${cacert}/etc/ssl/certs/ca-bundle.crt";
|
||||
|
||||
Reference in New Issue
Block a user