summary refs log tree commit diff
path: root/pkgs/development/python-modules/limnoria
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-01-02 11:43:26 +0000
committerFabian Affolter <mail@fabian-affolter.ch>2022-01-03 09:01:21 +0100
commit22d6f654c4df6c22a3ac54e2c3a798dcbda1f1f7 (patch)
treec98cf1e62b8ca4ea566d4935254f6ad0c3c6cc87 /pkgs/development/python-modules/limnoria
parentd53978239b265066804a45b7607b010b9cb4c50c (diff)
downloadnixpkgs-22d6f654c4df6c22a3ac54e2c3a798dcbda1f1f7.tar
nixpkgs-22d6f654c4df6c22a3ac54e2c3a798dcbda1f1f7.tar.gz
nixpkgs-22d6f654c4df6c22a3ac54e2c3a798dcbda1f1f7.tar.bz2
nixpkgs-22d6f654c4df6c22a3ac54e2c3a798dcbda1f1f7.tar.lz
nixpkgs-22d6f654c4df6c22a3ac54e2c3a798dcbda1f1f7.tar.xz
nixpkgs-22d6f654c4df6c22a3ac54e2c3a798dcbda1f1f7.tar.zst
nixpkgs-22d6f654c4df6c22a3ac54e2c3a798dcbda1f1f7.zip
python38Packages.limnoria: 2021.11.20 -> 2022.1.1
Diffstat (limited to 'pkgs/development/python-modules/limnoria')
-rw-r--r--pkgs/development/python-modules/limnoria/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/limnoria/default.nix b/pkgs/development/python-modules/limnoria/default.nix
index ba45ffbdeac..676c69f9a56 100644
--- a/pkgs/development/python-modules/limnoria/default.nix
+++ b/pkgs/development/python-modules/limnoria/default.nix
@@ -7,12 +7,12 @@
 
 buildPythonPackage rec {
   pname = "limnoria";
-  version = "2021.11.20";
+  version = "2022.1.1";
   disabled = isPy27; # abandoned upstream
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "da9c33497a09b4ed0cff6ed44954bbde6cb317edb68d56c73ef235128a802c11";
+    sha256 = "b49a94b0d46f4a2a6ebce4dfc49385502a23ae446baebcc880460d4a1ad33fc7";
   };
 
   postPatch = ''