about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-01-12 09:04:51 +0100
committerGitHub <noreply@github.com>2022-01-12 09:04:51 +0100
commitac71e55733f524166d4604ba40f5c243d98683dc (patch)
treecb28be3ac85703ab44f28118807c525e9a902df8 /pkgs
parent280211f79da53aa393ff515383c82c8b025e12c1 (diff)
parentc20684619d3b8e4967ec157060cc05c6cdf6f626 (diff)
Merge pull request #154681 from fabaff/bump-pylaunches
python3Packages.pylaunches: 1.2.0 -> 1.2.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/pylaunches/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pylaunches/default.nix b/pkgs/development/python-modules/pylaunches/default.nix
index d6ad5480ddd35..552d30c70f358 100644
--- a/pkgs/development/python-modules/pylaunches/default.nix
+++ b/pkgs/development/python-modules/pylaunches/default.nix
@@ -10,7 +10,7 @@
 
 buildPythonPackage rec {
   pname = "pylaunches";
-  version = "1.2.0";
+  version = "1.2.1";
   format = "setuptools";
 
   disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
     owner = "ludeeus";
     repo = pname;
     rev = version;
-    sha256 = "0mczxkwczyh9kva4xzpmnawy0hjha1fdrwj6igip9w5z1q48zs49";
+    sha256 = "sha256-WwtNgKP5YM9i7au02taOfJuKQy6DDmmBrE34EPvJYmA=";
   };
 
   propagatedBuildInputs = [