python37Packages.snuggs: 1.4.2 -> 1.4.3 (#57458)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-snuggs/versions
This commit is contained in:
parent
f704bee09b
commit
dc7bddbb89
@ -5,14 +5,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "snuggs";
|
pname = "snuggs";
|
||||||
version = "1.4.2";
|
version = "1.4.3";
|
||||||
|
|
||||||
# Pypi doesn't ship the tests, so we fetch directly from GitHub
|
# Pypi doesn't ship the tests, so we fetch directly from GitHub
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mapbox";
|
owner = "mapbox";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1q6jqwai4qgghdjgwhyx3yz8mlrm7p1vvnwc339lfl028hrgb5kb";
|
sha256 = "198nbgkhlg4ik2i1r2cp900iqlairh2hnii2y8v5wy1qk3rv0s9g";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ click numpy pyparsing ];
|
propagatedBuildInputs = [ click numpy pyparsing ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user