-
-
Notifications
You must be signed in to change notification settings - Fork 19.5k
Update my packages #38456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update my packages #38456
Changes from 5 commits
67b9166
e50f34e
203663d
a70c7f2
d7324f3
f024036
15c0962
79cc1c7
2c46565
69b8929
3d3d0f1
c9dea4f
8404137
956b31a
cd042ab
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -623,12 +623,12 @@ in { | |
| }; | ||
|
|
||
| atomicwrites = buildPythonPackage rec { | ||
| version = "0.1.9"; | ||
| version = "1.1.5"; | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As |
||
| name = "atomicwrites-${version}"; | ||
|
|
||
| src = pkgs.fetchurl { | ||
| url = "mirror://pypi/a/atomicwrites/atomicwrites-${version}.tar.gz"; | ||
| sha256 = "08s05h211r07vs66r4din3swrbzb344vli041fihpg34q3lcxpvw"; | ||
| sha256 = "11bm90fwm2avvf4f3ib8g925w7jr4m11vcsinn1bi6ns4bm32214"; | ||
| }; | ||
|
|
||
| meta = { | ||
|
|
@@ -12381,14 +12381,14 @@ in { | |
| pygit2 = callPackage ../development/python-modules/pygit2 { }; | ||
|
|
||
| Babel = buildPythonPackage (rec { | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It would be nice if you could move this expression to |
||
| name = "Babel-2.3.4"; | ||
| name = "Babel-2.5.3"; | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please use |
||
|
|
||
| src = pkgs.fetchurl { | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| url = "mirror://pypi/B/Babel/${name}.tar.gz"; | ||
| sha256 = "0x98qqqw35xllpcama013a9788ly84z8dm1w2wwfpxh2710c8df5"; | ||
| sha256 = "050zyi300wsyqq1cj0ajrskb5kkv0wxblz124g9yv4s3vmpwpr4c"; | ||
| }; | ||
|
|
||
| buildInputs = with self; [ pytest ]; | ||
| buildInputs = with self; [ pytest freezegun ]; | ||
| propagatedBuildInputs = with self; [ pytz ]; | ||
|
|
||
| meta = { | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line isn't needed.